Changeset 1477 in lmdz_wrf for trunk/tools/documentation/plotting


Ignore:
Timestamp:
Mar 31, 2017, 3:19:46 PM (8 years ago)
Author:
lfita
Message:

Adding recent improvements to the documentation:

'*' for no labels
'vrange' for range of the plot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/documentation/plotting/Nlines.html

    r1403 r1477  
    1717    draw_lines(ncfilens, values, varname):<BR>
    1818    &nbsp;&nbsp;ncfilens= [filen] ',' separated list of netCDF files<BR>
    19     &nbsp;&nbsp;values= [dimvname]:[valuesaxis]:[dimtit]:[dimxyfmt]:[leglabels]:[vtit]:[title]:[legvals]:[colns]:[lines]<BR>
     19    &nbsp;&nbsp;values= [dimvname]:[valuesaxis]:[dimtit]:[dimxyfmt]:[vrange]:[leglabels]:[vtit]:[title]:[legvals]:[colns]:[lines]<BR>
    2020    &nbsp;&nbsp;&nbsp;&nbsp;[points]:[lwdths]:[psizes]:[freqv]:[figname]:[graphk]:[close]<BR>
    2121    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[dimvname]: ',' list of names of the variable with he values of the common dimension<BR>
     
    3434    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Ndy]: Number of ticks at the y-axis ('auto' for 5)<BR>
    3535    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ordy]: angle of orientation of ticks at the y-axis ('auto' for horizontal)<BR>
    36     &nbsp;&nbsp;&nbsp;&nbsp;[leglabels]: ',' separated list of names for the legend ('!' for spaces)<BR>
     36    &nbsp;&nbsp;&nbsp;&nbsp;[vrange]=[ymin],[ymax] range for the plot ('auto' for current range of values)
     37    &nbsp;&nbsp;&nbsp;&nbsp;[leglabels]: ',' separated list of names for the legend ('!' for spaces, '*' for no label)<BR>
    3738    &nbsp;&nbsp;&nbsp;&nbsp;[vartit]: name of the variable in the graph<BR>
    3839    &nbsp;&nbsp;&nbsp;&nbsp;[title]: title of the plot ('|' for spaces)<BR>
     
    5556    </DIV>
    5657    <DIV CLASS="valins">
    57       $ python ${pyHOME}/drawing.py -f WRF/current/hurs_wrfout_tturb_xmean_last.nc,WRF/micro1/hurs_wrfout_tturb_xmean_last.nc,WRF/micro2/hurs_wrfout_tturb_xmean_last.nc,WRF_LMDZ/AR40/hurs_wrfout_tturb_xmean_last.nc,WRF_LMDZ/NPv31/hurs_wrfout_tturb_xmean_last.nc,LMDZ/AR40/hurs_reproj-histins_tturb_xmean_last.nc,LMDZ/NPv31/hurs_reproj-histins_tturb_xmean_last.nc -o draw_lines -S 'lat:x:lat ($degrees\ North$):auto:wcurr,wmp1,wmp2,wlmdza,wlmdzb,lmdza,lmdzb:hurs:all model-experiments meridional hurs$_{[tturb\ xmean\ last]}$:0|auto:None:-:,:2.:2.:all:Nlines_hurs_wrfout_tturb-xmean-last:png:True' -v hursturbmean
     58      $ python ${pyHOME}/drawing.py -f WRF/current/hurs_wrfout_tturb_xmean_last.nc,WRF/micro1/hurs_wrfout_tturb_xmean_last.nc,WRF/micro2/hurs_wrfout_tturb_xmean_last.nc,WRF_LMDZ/AR40/hurs_wrfout_tturb_xmean_last.nc,WRF_LMDZ/NPv31/hurs_wrfout_tturb_xmean_last.nc,LMDZ/AR40/hurs_reproj-histins_tturb_xmean_last.nc,LMDZ/NPv31/hurs_reproj-histins_tturb_xmean_last.nc -o draw_lines -S 'lat:x:lat ($degrees\ North$):auto:auto:wcurr,wmp1,wmp2,wlmdza,wlmdzb,lmdza,lmdzb:hurs:all model-experiments meridional hurs$_{[tturb\ xmean\ last]}$:0|auto:None:-:,:2.:2.:all:Nlines_hurs_wrfout_tturb-xmean-last:png:True' -v hursturbmean
    5859    </DIV>
    5960  </BODY>
Note: See TracChangeset for help on using the changeset viewer.