Changeset 1471 in lmdz_wrf for trunk/tools/drawing_tools.py
- Timestamp:
- Mar 23, 2017, 4:05:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r1470 r1471 3221 3221 3222 3222 def plot_list_points(xval, yval, varxn, varyn, vtit, figk, color, ptk, pts, labels, \ 3223 lloc, lsiz, kfig, figname ):3223 lloc, lsiz, kfig, figname, fclose): 3224 3224 """ plotting points 3225 3225 [x/yval]: x,y values to plot … … 3237 3237 kfig= kind of figure (jpg, pdf, png) 3238 3238 figname= name of the figure 3239 3239 fclose= whether the figure should be close or not 3240 3240 """ 3241 3241 fname = 'plot_points' … … 3275 3275 plt.title(graphtit) 3276 3276 3277 output_kind(kfig, figname, True)3277 output_kind(kfig, figname, fclose) 3278 3278 3279 3279 return
Note: See TracChangeset
for help on using the changeset viewer.