Changeset 788 in lmdz_wrf
- Timestamp:
- May 30, 2016, 12:37:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r787 r788 6400 6400 def plot_river_pattern(xvals, yvals, fvals, veccolor, descid, desclon, desclat, \ 6401 6401 stn, stlon, stlat, drawcountry, drawbasinid, colordescid, coloriver, colornoriver, \ 6402 colorst, graphtit, mapv, kfig, figname):6402 colorst, stsize, graphtit, mapv, kfig, figname): 6403 6403 """ Function to plot vectors 6404 6404 xvals= values for the x-axis … … 6604 6604 stname = stname + stn[ist,ic] 6605 6605 # plt.annotate(stname, xy=(stlon[ist],stlat[ist]), color=colorst, ) 6606 plt.text(stlon[ist], stlat[ist], stname, color=colorst, fontsize= 3)6606 plt.text(stlon[ist], stlat[ist], stname, color=colorst, fontsize=stsize) 6607 6607 6608 6608 # cbar = plt.colorbar()
Note: See TracChangeset
for help on using the changeset viewer.