Changeset 2853 in lmdz_wrf


Ignore:
Timestamp:
Feb 23, 2021, 1:36:05 PM (4 years ago)
Author:
lfita
Message:

Fixing color of the sea by very thick grid-cell lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r2852 r2853  
    1474514745
    1474614746    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.)
    1474814748    plt.pcolormesh(x, y, masktopo, cmap=cmap, norm=normc, vmin=topobnds[0],          \
    1474914749      vmax=topobnds[Ncolors-2])
Note: See TracChangeset for help on using the changeset viewer.