Changeset 1471 in lmdz_wrf for trunk/tools/drawing_tools.py


Ignore:
Timestamp:
Mar 23, 2017, 4:05:10 PM (8 years ago)
Author:
lfita
Message:

Improving `draw_points_lonlat'
Adding `draw_points_lonlat'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r1470 r1471  
    32213221
    32223222def plot_list_points(xval, yval, varxn, varyn, vtit, figk, color, ptk, pts, labels,  \
    3223   lloc, lsiz, kfig, figname):
     3223  lloc, lsiz, kfig, figname, fclose):
    32243224    """ plotting points
    32253225      [x/yval]: x,y values to plot
     
    32373237      kfig= kind of figure (jpg, pdf, png)
    32383238      figname= name of the figure
    3239 
     3239      fclose= whether the figure should be close or not
    32403240    """
    32413241    fname = 'plot_points'
     
    32753275    plt.title(graphtit)
    32763276   
    3277     output_kind(kfig, figname, True)
     3277    output_kind(kfig, figname, fclose)
    32783278
    32793279    return
Note: See TracChangeset for help on using the changeset viewer.