Changeset 2853 in lmdz_wrf
- Timestamp:
- Feb 23, 2021, 1:36:05 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r2852 r2853 14745 14745 14746 14746 im = plt.subplot(1,1,1) 14747 plt.pcolormesh(x, y, masklandsea, color=legcolv[7], vmin=0.99, vmax=1.01 )14747 plt.pcolormesh(x, y, masklandsea, color=legcolv[7], vmin=0.99, vmax=1.01, lw=10.) 14748 14748 plt.pcolormesh(x, y, masktopo, cmap=cmap, norm=normc, vmin=topobnds[0], \ 14749 14749 vmax=topobnds[Ncolors-2])
Note: See TracChangeset
for help on using the changeset viewer.