mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Change the color map label from K to F
This commit is contained in:
parent
accecd48e6
commit
1b6e71c509
1 changed files with 2 additions and 2 deletions
|
@ -921,7 +921,7 @@
|
|||
"cs = ax.pcolormesh(lons, lats, dataf, cmap=cmap)\n",
|
||||
"cbar = fig.colorbar(cs, extend='both', shrink=0.5, orientation='horizontal')\n",
|
||||
"cbar.set_label(grid.getLocationName() +\" \" + grid.getLevel() + \" \" \\\n",
|
||||
" + grid.getParameter() + \" (\" + grid.getUnit() + \") \" \\\n",
|
||||
" + grid.getParameter() + \" (F) \" \\\n",
|
||||
" + \"valid \" + str(grid.getDataTime().getRefTime()))"
|
||||
]
|
||||
},
|
||||
|
@ -956,7 +956,7 @@
|
|||
" vmin=dataf.min(), vmax=dataf.max(), extend='both')\n",
|
||||
"cbar2 = fig2.colorbar(cs2, shrink=0.5, orientation='horizontal')\n",
|
||||
"cbar2.set_label(grid.getLocationName() +\" \" + grid.getLevel() + \" \" \\\n",
|
||||
" + grid.getParameter() + \" (\" + grid.getUnit() + \") \" \\\n",
|
||||
" + grid.getParameter() + \" (F) \" \\\n",
|
||||
" + \"valid \" + str(grid.getDataTime().getRefTime()))"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue