Changeset 1231 in lmdz_wrf for trunk/tools/documentation/plotting/2Dshad_cont.html
- Timestamp:
- Oct 25, 2016, 7:56:03 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/documentation/plotting/2Dshad_cont.html
r1216 r1231 14 14 </DIV> 15 15 <DIV CLASS="valhelp"> 16 16 draw_2D_shad_cont(ncfile, values, varn)<BR> 17 ncfile= [ncfilevars],[ncfilevarc] files to use (one value, same file)<BR> 18 values=[vnamefs]:[dimvals]:[dimvalc]:[dimxvn]:[dimyvn]:[dimxyfmt]:[colorbarvals]:[ckind]:[clabfmt]:[sminv],[smaxv]:[sminc],[smaxv],[Nlev]:[figt]:[kindfig]:[reverse]:[mapv]:[close]<BR> 19 [vnamefs],[vnamefc]: Name in the figure of the shaded and the contour variables<BR> 20 [dimvals/c]: list of [dimname]|[value] telling at which dimension of the <BR> 21 variable a given value is required (no dimension name, all the length)<BR> 22 [dimx/yvn]: names of the variables with the values of the dimensions for the plot<BR> 23 [dimxyfmt]=[dxf],[Ndx],[dyf],[Ndy]: format of the values at each axis<BR> 24 [dxs]: style of x-axis ('auto' for 'pretty')<BR> 25 'Nfix', values computed at even 'Ndx'<BR> 26 'Vfix', values computed at even 'Ndx' increments<BR> 27 'pretty', values computed following aprox. 'Ndx' at 'pretty' intervals (2.,2.5,4,5,10)<BR> 28 [dxf]: format of the labels at the x-axis<BR> 29 [Ndx]: Number of ticks at the x-axis<BR> 30 [ordx]: angle of orientation of ticks at the x-axis ('auto' for horizontal)<BR> 31 [dys]: style of y-axis ('auto' for 'pretty')<BR> 32 [dyf]: format of the labels at the y-axis<BR> 33 [Ndy]: Number of ticks at the y-axis<BR> 34 [ordy]: angle of orientation of ticks at the y-axis ('auto' for horizontal)<BR> 35 [colorbarvals]=[colbarn],[fmtcolorbar],[orientation]<BR> 36 [colorbarn]: name of the color bar<BR> 37 [fmtcolorbar]: format of the numbers in the color bar 'C'-like ('auto' for %6g)<BR> 38 [orientation]: orientation of the colorbar ('vertical' (default, by 'auto'), 'horizontal')<BR> 39 [ckind]: kind of contours <BR> 40 'cmap': as it gets from colorbar<BR> 41 'fixc,[colname]': fixed color [colname], all stright lines<BR> 42 'fixsigc,[colname]': fixed color [colname], >0 stright, <0 dashed line<BR> 43 [clabfmt]: format of the labels in the contour (None, also possible)<BR> 44 [smin/axv]: minimum and maximum value for the shading or<BR> 45 'Srange': for full range<BR> 46 'Saroundmean@val': for mean-xtrm,mean+xtrm where xtrm = np.min(mean-min@val,max@val-mean)<BR> 47 'Saroundminmax@val': for min*val,max*val<BR> 48 'Saroundpercentile@val': for median-xtrm,median+xtrm where xtrm = np.min(median-percentile_(val),<BR> 49 percentile_(100-val)-median)<BR> 50 'Smean@val': for -xtrm,xtrm where xtrm = np.min(mean-min*@val,max*@val-mean)<BR> 51 'Smedian@val': for -xtrm,xtrm where xtrm = np.min(median-min@val,max@val-median)<BR> 52 'Spercentile@val': for -xtrm,xtrm where xtrm = np.min(median-percentile_(val),<BR> 53 percentile_(100-val)-median)<BR> 54 [sminc]:[smaxv]:[Nlev]: minimum, maximum and number of values for the contour<BR> 55 [figt]: title of the figure ('|' for spaces)<BR> 56 [kindfig]: kind of figure<BR> 57 [reverse]: does the values be transposed? 'True/False', <BR> 58 [mapv]: map characteristics: [proj],[res]<BR> 59 see full documentation: http://matplotlib.org/basemap/<BR> 60 [proj]: projection<BR> 61 * 'cyl', cilindric<BR> 62 * 'lcc', lamvbert conformal<BR> 63 [res]: resolution:<BR> 64 * 'c', crude<BR> 65 * 'l', low<BR> 66 * 'i', intermediate<BR> 67 * 'h', high<BR> 68 * 'f', full<BR> 69 [close]: Whether figure should be finished or not<BR> 70 varn= [varsn],[varcn] name of the variable to plot with shading variable with contour<BR> 17 71 </DIV> 18 72 <DIV CLASS="valins">
Note: See TracChangeset
for help on using the changeset viewer.