Ignore:
Timestamp:
Oct 25, 2016, 7:56:03 PM (9 years ago)
Author:
lfita
Message:

Generlizing, improving and adding to the web `2D_shadow_line'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/documentation/plotting/2Dshad_cont_time.html

    r1216 r1231  
    1414    </DIV>
    1515    <DIV CLASS="valhelp">
    16 
     16    draw_2D_shad_cont_time(ncfile, values, varn)<BR>
     17    &nbsp;&nbsp;ncfile= [ncfilevars],[ncfilevarc] files to use (one value, same file)<BR>
     18    &nbsp;&nbsp;values=[vnamefs];[dimvals];[dimvalc];[dimxvn];[dimyvn];[dimxyf];[colorbarvals];[ckind];[clabfmt];[sminv],[smaxv];[sminc],[smaxv],[Nlev];[figt];[kindfig];[reverse];[timevals];[close]<BR>
     19    &nbsp;&nbsp;&nbsp;&nbsp;[vnamefs],[vnamefc]: Name in the figure of the shaded and the contour variables<BR>
     20    &nbsp;&nbsp;&nbsp;&nbsp;[dimvals/c]: list of [dimname]|[value] telling at which dimension of the <BR>
     21    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variable a given value is required (no dimension name, all the length)<BR>
     22    &nbsp;&nbsp;&nbsp;&nbsp;[dimxvn]: name of the variables with the values of the dimension of the x-axis ('WRFtime' for WRF times)<BR>
     23    &nbsp;&nbsp;&nbsp;&nbsp;[dimyvn]: name of the variables with the values of the dimension of the y-axis ('WRFtime' for WRF times)<BR>
     24    &nbsp;&nbsp;&nbsp;&nbsp;[dimxyf]=[dxf],[Ndx],[dyf],[Ndy]: format of the values at each axis<BR>
     25    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[dxs]: style of x-axis ('auto' for 'pretty')<BR>
     26    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'Nfix', values computed at even 'Ndx' (unique map plotted with constant pixel size)<BR>
     27    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'Vfix', values computed at even 'Ndx' increments<BR>
     28    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'pretty', values computed following aprox. 'Ndx' at 'pretty' intervals (2.,2.5,4,5,10)<BR>
     29    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[dxf]: format of the labels at the x-axis<BR>
     30    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Ndx]: Number of ticks at the x-axis<BR>
     31    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ordx]: angle of orientation of ticks at the x-axis ('auto' for horizontal)<BR>
     32    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[dys]: style of y-axis ('auto' for 'pretty')<BR>
     33    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[dyf]: format of the labels at the y-axis<BR>
     34    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Ndy]: Number of ticks at the y-axis<BR>
     35    &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;[colorbarvals]=[colbarn],[fmtcolorbar],[orientation]<BR>
     37    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[colorbarn]: name of the color bar<BR>
     38    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[fmtcolorbar]: format of the numbers in the color bar 'C'-like ('auto' for %6g)<BR>
     39    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[orientation]: orientation of the colorbar ('vertical' (default, by 'auto'), 'horizontal')<BR>
     40    &nbsp;&nbsp;&nbsp;&nbsp;[ckind]: kind of contours <BR>
     41    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'cmap': as it gets from colorbar<BR>
     42    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'fixc,[colname]': fixed color [colname], all stright lines<BR>
     43    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'fixsigc,[colname]': fixed color [colname], >0 stright, <0 dashed  line<BR>
     44    &nbsp;&nbsp;&nbsp;&nbsp;[clabfmt]: format of the labels in the contour (None, also possible)<BR>
     45    &nbsp;&nbsp;&nbsp;&nbsp;[smin/axv]: minimum and maximum value for the shading or:<BR>
     46    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'Srange': for full range<BR>
     47    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'Saroundmean@val': for mean-xtrm,mean+xtrm where xtrm = np.min(mean-min@val,max@val-mean)<BR>
     48    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'Saroundminmax@val': for min*val,max*val<BR>
     49    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'Saroundpercentile@val': for median-xtrm,median+xtrm where xtrm = np.min(median-percentile_(val),<BR>
     50    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;percentile_(100-val)-median)<BR>
     51    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'Smean@val': for -xtrm,xtrm where xtrm = np.min(mean-min*@val,max*@val-mean)<BR>
     52    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'Smedian@val': for -xtrm,xtrm where xtrm = np.min(median-min@val,max@val-median)<BR>
     53    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'Spercentile@val': for -xtrm,xtrm where xtrm = np.min(median-percentile_(val),<BR>
     54    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;percentile_(100-val)-median)<BR>
     55    &nbsp;&nbsp;&nbsp;&nbsp;[sminc]:[smaxv]:[Nlev]: minimum, maximum and number of values for the contour<BR>
     56    &nbsp;&nbsp;&nbsp;&nbsp;[figt]: title of the figure ('|' for spaces)<BR>
     57    &nbsp;&nbsp;&nbsp;&nbsp;[kindfig]: kind of figure<BR>
     58    &nbsp;&nbsp;&nbsp;&nbsp;[reverse]: modification to the dimensions:<BR>
     59    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'transposed': transpose matrices<BR>
     60    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'flip',[x/y]: flip only the dimension [x] or [y]<BR>
     61    &nbsp;&nbsp;&nbsp;&nbsp;[timevals]: [timen]|[units]|[kind]|[tfmt]|[label] time labels characteristics<BR>
     62    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[timen]; name of the time variable ('WRFtime' for WRF times)<BR>
     63    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[units]; units string according to CF conventions ([tunits] since <BR>
     64    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[YYYY]-[MM]-[DD] [[HH]:[MI]:[SS]], '!' for spaces)<BR>
     65    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[kind]; kind of output<BR>
     66    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'Nval': according to a given number of values as 'Nval',[Nval]<BR>
     67    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'exct': according to an exact time unit as 'exct',[tunit]; <BR>
     68    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tunit= [Nunits],[tu]; [tu]= 'c': centuries, 'y': year, 'm': month,<BR>
     69    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'w': week, 'd': day, 'h': hour, 'i': minute, 's': second, <BR>
     70    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'l': milisecond<BR>
     71    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[tfmt]; desired format<BR>
     72    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[label]; label at the graph ('!' for spaces)<BR>
     73    &nbsp;&nbsp;&nbsp;&nbsp;[close]: Whether figure should be finished or not<BR>
     74    &nbsp;&nbsp;varn= [varsn],[varcn] name of the variable to plot with shading variable with contour<BR>
    1775    </DIV>
    1876    <DIV CLASS="valins">
Note: See TracChangeset for help on using the changeset viewer.