Changeset 1216 in lmdz_wrf for trunk/tools/documentation/plotting
- Timestamp:
- Oct 20, 2016, 11:44:56 AM (8 years ago)
- Location:
- trunk/tools/documentation/plotting
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/documentation/plotting/2Dshad.html
r1211 r1216 2 2 <HEAD> 3 3 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8"/> 4 <TITLE>PyNCplot: plotting 2D shadow</TITLE>5 4 <LINK REL="stylesheet" TYPE="text/css" HREF="../PyNCplot.css"/> 6 5 </HEAD> … … 15 14 </DIV> 16 15 <DIV CLASS="valhelp"> 17 16 draw_2D_shad(ncfile, values, varn)<BR> 17 ncfile= file to use<BR> 18 values=[vnamefs]:[dimvals]:[dimxvn]:[dimyvn]:[dimxyfmt]:[colorbarvals]:<BR> 19 [sminv],[smaxv]:[figt]:[kindfig]:[reverse]:[mapv]:[close]<BR> 20 [vnamefs]: Name in the figure of the variable to be shaded<BR> 21 [dimvals]: ',' list of [dimname]|[value] telling at which dimension of the <BR> 22 variable a given value is required (-1, all the length)<BR> 23 [dimx/yvn]: name of the variables with the values of the final dimensions (x,y)<BR> 24 [dimxyfmt]=[dxs],[dxf],[Ndx],[ordx],[dys],[dyf],[Ndy],[ordx]: format of the values at each axis (or 'auto')<BR> 25 [dxs]: style of x-axis ('auto' for 'pretty')<BR> 26 'Nfix', values computed at even 'Ndx'<BR> 27 'Vfix', values computed at even 'Ndx' increments<BR> 28 'pretty', values computed following aprox. 'Ndx' at 'pretty' intervals (2.,2.5,4,5,10)<BR> 29 [dxf]: format of the labels at the x-axis ('auto' for '%5g')<BR> 30 [Ndx]: Number of ticks at the x-axis ('auto' for 5)<BR> 31 [ordx]: angle of orientation of ticks at the x-axis ('auto' for horizontal)<BR> 32 [dys]: style of y-axis ('auto' for 'pretty')<BR> 33 [dyf]: format of the labels at the y-axis ('auto' for '%5g')<BR> 34 [Ndy]: Number of ticks at the y-axis ('auto' for 5)<BR> 35 [ordy]: angle of orientation of ticks at the y-axis ('auto' for horizontal)<BR> 36 [colorbarvals]=[colbarn],[fmtcolorbar],[orientation]<BR> 37 [colorbarn]: name of the color bar<BR> 38 [fmtcolorbar]: format of the numbers in the color bar 'C'-like ('auto' for %6g)<BR> 39 [orientation]: orientation of the colorbar ('vertical' (default, by 'auto'), 'horizontal')<BR> 40 [smin/axv]: minimum and maximum value for the shading or:<BR> 41 'Srange': for full range<BR> 42 'Saroundmean@val': for mean-xtrm,mean+xtrm where xtrm = np.min(mean-min@val,max@val-mean)<BR> 43 'Saroundminmax@val': for min*val,max*val<BR> 44 'Saroundpercentile@val': for median-xtrm,median+xtrm where xtrm = np.min(median-percentile_(val),<BR> 45 percentile_(100-val)-median)<BR> 46 'Smean@val': for -xtrm,xtrm where xtrm = np.min(mean-min*@val,max*@val-mean)<BR> 47 'Smedian@val': for -xtrm,xtrm where xtrm = np.min(median-min@val,max@val-median)<BR> 48 'Spercentile@val': for -xtrm,xtrm where xtrm = np.min(median-percentile_(val),<BR> 49 percentile_(100-val)-median)<BR> 50 [figt]: title of the figure ('|' for spaces)<BR> 51 [kindfig]: kind of figure<BR> 52 [reverse]: Transformation of the values<BR> 53 * 'transpose': reverse the axes (x-->y, y-->x)<BR> 54 * 'flip'@[x/y]: flip the axis x or y<BR> 55 [mapv]: map characteristics: [proj],[res]<BR> 56 see full documentation: <HREF CLASS="lc" HREF="http://matplotlib.org/basemap" TARGET="_blank">http://matplotlib.org/basemap</A><BR> 57 [proj]: projection<BR> 58 * 'cyl', cilindric<BR> 59 * 'lcc', lambert conformal<BR> 60 [res]: resolution:<BR> 61 * 'c', crude<BR> 62 * 'l', low<BR> 63 * 'i', intermediate<BR> 64 * 'h', high<BR> 65 * 'f', full<BR> 66 [close]: Whether figure should be finished or not<BR> 67 valules= 'rh:z|-1,x|-1:z|-1,x|-1:lat:pressure:BuPu:0.,100.:rh:pdf:flip@y:None'<BR> 68 varn= [varsn] name of the variable to plot with shading<BR> 18 69 </DIV> 19 70 <DIV CLASS="valins"> -
trunk/tools/documentation/plotting/2Dshad_cont.html
r1211 r1216 2 2 <HEAD> 3 3 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8"/> 4 <TITLE>PyNCplot: plotting 2D shadow contour</TITLE>5 4 <LINK REL="stylesheet" TYPE="text/css" HREF="../PyNCplot.css"/> 6 5 </HEAD> -
trunk/tools/documentation/plotting/2Dshad_cont_time.html
r1211 r1216 2 2 <HEAD> 3 3 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8"/> 4 <TITLE>PyNCplot: plotting 2D shadow_time</TITLE>5 4 <LINK REL="stylesheet" TYPE="text/css" HREF="../PyNCplot.css"/> 6 5 </HEAD> … … 9 8 <BODY> 10 9 <DIV CLASS="valheader"> 11 2D shadow time plot10 2D shadow contour time plot 12 11 </DIV> 13 12 <DIV CLASS="valimg"> -
trunk/tools/documentation/plotting/intro.html
r1211 r1216 32 32 Available plots: 33 33 <UL> 34 <LI> create_movie:Function to create a movie assuming ImageMagick installed! </LI>35 <LI> draw_2D_shad:plotting a fields with shading </LI>36 <LI> draw_2D_shad_cont:plotting two fields, one with shading and the other with contour lines </LI>37 <LI> draw_2D_shad_cont_time:plotting two fields, one with shading and the other with contour lines being one of the dimensions of time characteristics </LI>38 <LI> draw_2D_shad_line:plotting a fields with shading and another with line </LI>39 <LI> draw_2D_shad_line_time:plotting a fields with shading and a line with time values </LI>40 <LI> draw_2D_shad_time:plotting a fields with shading with time values </LI>41 <LI> draw_2lines:Fucntion to plot two lines in different axes (x/x2 or y/y2) </LI>42 <LI> draw_2lines_time:Function to plot two time-lines in different axes (x/x2 or y/y2) </LI>43 <LI> draw_barbs:Function to plot wind barbs </LI>44 <LI> draw_basins:Function to plot river basins with their discharge vector and basins id (from 'routing.nc') </LI>45 <LI> draw_lines:Function to draw different lines at the same time from different files </LI>46 <LI> draw_lines_time:Function to draw different lines at the same time from different files with times </LI>47 <LI> draw_Neighbourghood_evol:Function to draw the temporal evolution of a neighbourghood around a point </LI>48 <LI> draw_points:Function to plot a series of points </LI>49 <LI> draw_points_lonlat:Function to plot a series of lon/lat points </LI>50 <LI> draw_ptZvals:Function to plot a given list of points and values </LI>51 <LI> draw_timeSeries:Function to draw a time-series </LI>52 <LI> draw_topo_geogrid:plotting geo_em.d[nn].nc topography from WPS files </LI>53 <LI> draw_topo_geogrid_boxes:plotting different geo_em.d[nn].nc topography from WPS files </LI>54 <LI> draw_trajectories:Function to draw different trajectories at the same time </LI>55 <LI> draw_vals_trajectories:Function to draw values from the outputs from 'compute_tevolboxtraj' </LI>56 <LI> draw_vectors:Function to plot wind vectors </LI>57 <LI> movievalslice:Function to provide variable slice according to a geneation of a movie </LI>58 <LI> variable_values:Function to give back values for a given variable </LI>59 <LI> draw_river_desc:Function to plot rivers' description from ORCHIDEE's routing scheme </LI>60 <LI> draw_subbasin:Function to plot subbasin from 'routnig.nc' ORCDHIEE </LI>61 <LI> draw_vertical_levels:plotting vertical levels distribution </LI>34 <LI><SPAN CLASS="codetxt"> create_movie:</SPAN> Function to create a movie assuming ImageMagick installed! </LI> 35 <LI><SPAN CLASS="codetxt"> draw_2D_shad:</SPAN> plotting a fields with shading </LI> 36 <LI><SPAN CLASS="codetxt"> draw_2D_shad_cont:</SPAN> plotting two fields, one with shading and the other with contour lines </LI> 37 <LI><SPAN CLASS="codetxt"> draw_2D_shad_cont_time:</SPAN> plotting two fields, one with shading and the other with contour lines being one of the dimensions of time characteristics </LI> 38 <LI><SPAN CLASS="codetxt">draw_2D_shad_line:</SPAN> plotting a fields with shading and another with line </LI> 39 <LI><SPAN CLASS="codetxt">draw_2D_shad_line_time:</SPAN> plotting a fields with shading and a line with time values </LI> 40 <LI><SPAN CLASS="codetxt">draw_2D_shad_time:</SPAN> plotting a fields with shading with time values </LI> 41 <LI><SPAN CLASS="codetxt">draw_2lines:</SPAN> Fucntion to plot two lines in different axes (x/x2 or y/y2) </LI> 42 <LI><SPAN CLASS="codetxt">draw_2lines_time:</SPAN> Function to plot two time-lines in different axes (x/x2 or y/y2) </LI> 43 <LI><SPAN CLASS="codetxt">draw_barbs:</SPAN> Function to plot wind barbs </LI> 44 <LI><SPAN CLASS="codetxt">draw_basins:</SPAN> Function to plot river basins with their discharge vector and basins id (from 'routing.nc') </LI> 45 <LI><SPAN CLASS="codetxt">draw_lines:</SPAN> Function to draw different lines at the same time from different files </LI> 46 <LI><SPAN CLASS="codetxt">draw_lines_time:</SPAN> Function to draw different lines at the same time from different files with times </LI> 47 <LI><SPAN CLASS="codetxt">draw_Neighbourghood_evol:</SPAN> Function to draw the temporal evolution of a neighbourghood around a point </LI> 48 <LI><SPAN CLASS="codetxt">draw_points:</SPAN> Function to plot a series of points </LI> 49 <LI><SPAN CLASS="codetxt">draw_points_lonlat:</SPAN> Function to plot a series of lon/lat points </LI> 50 <LI><SPAN CLASS="codetxt">draw_ptZvals:</SPAN> Function to plot a given list of points and values </LI> 51 <LI><SPAN CLASS="codetxt">draw_timeSeries:</SPAN> Function to draw a time-series </LI> 52 <LI><SPAN CLASS="codetxt">draw_topo_geogrid:</SPAN> plotting geo_em.d[nn].nc topography from WPS files </LI> 53 <LI><SPAN CLASS="codetxt">draw_topo_geogrid_boxes:</SPAN> plotting different geo_em.d[nn].nc topography from WPS files </LI> 54 <LI><SPAN CLASS="codetxt">draw_trajectories:</SPAN> Function to draw different trajectories at the same time </LI> 55 <LI><SPAN CLASS="codetxt">draw_vals_trajectories:</SPAN> Function to draw values from the outputs from 'compute_tevolboxtraj' </LI> 56 <LI><SPAN CLASS="codetxt">draw_vectors:</SPAN> Function to plot wind vectors </LI> 57 <LI><SPAN CLASS="codetxt">movievalslice:</SPAN> Function to provide variable slice according to a geneation of a movie </LI> 58 <LI><SPAN CLASS="codetxt">variable_values:</SPAN> Function to give back values for a given variable </LI> 59 <LI><SPAN CLASS="codetxt">draw_river_desc:</SPAN> Function to plot rivers' description from ORCHIDEE's routing scheme </LI> 60 <LI><SPAN CLASS="codetxt">draw_subbasin:</SPAN> Function to plot subbasin from 'routnig.nc' ORCDHIEE </LI> 61 <LI><SPAN CLASS="codetxt">draw_vertical_levels:</SPAN> plotting vertical levels distribution </LI> 62 62 </UL> 63 63 </DIV>
Note: See TracChangeset
for help on using the changeset viewer.