Changeset 2129 in lmdz_wrf
- Timestamp:
- Sep 4, 2018, 6:50:37 PM (6 years ago)
- Location:
- trunk/tools/documentation
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/documentation/PyNCplot.css
r1352 r2129 10 10 /* left_column-page */ 11 11 div.colmenu{width:16%;height:100%;position:absolute;top:0%;left:0%;background-color:rgb(240,240,240); 12 color:rgb(128,0,0);font-size:0.8em; }12 color:rgb(128,0,0);font-size:0.8em;overflow-y:auto;} 13 13 div.valmenu{width:84%;height:100%;position:absolute;top:0%;left:16%;background-color:rgb(128,0,0); 14 14 color:rgb(240,240,240);font-size:1em;} -
trunk/tools/documentation/changes_to
r2125 r2129 1 1 Adding new figures: 2 - draw_2D_shad_contdisc3 - draw_multiWindRose4 - draw_stations_map5 - draw_WRFeta_levels6 2 7 3 Adding: 8 - ncol in legend of `draw_lines_time' 9 - runmean in `draw_lines_time' 4 s 10 5 11 -
trunk/tools/documentation/plotting/intro.html
r1948 r2129 42 42 <LI><SPAN CLASS="codetxt">draw_2D_shad:</SPAN> plotting a fields with shading </LI> 43 43 <LI><SPAN CLASS="codetxt">draw_2D_shad_cont:</SPAN> plotting two fields, one with shading and the other with contour lines </LI> 44 <LI><SPAN CLASS="codetxt">draw_2D_shad_2cont:</SPAN> plotting three fields, one with shading and the other two with contour lines</LI> 45 <LI><SPAN CLASS="codetxt">draw_2D_shad_contdisc:</SPAN> plotting one continuous fields with shading and another discrete one with points</LI> 44 46 <LI><SPAN CLASS="codetxt">draw_2D_shad_contdisc_time:</SPAN> plotting one continuous fields with shading and another discrete one with points with a time-axis </LI> 45 47 <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> … … 47 49 <LI><SPAN CLASS="codetxt">draw_2D_shad_line_time:</SPAN> plotting a fields with shading and a line with time values </LI> 48 50 <LI><SPAN CLASS="codetxt">draw_2D_shad_time:</SPAN> plotting a fields with shading with time values </LI> 51 <LI><SPAN CLASS="codetxt">draw_2Dshad_map:</SPAN> plotting a shadow field with a background map</LI> 49 52 <LI><SPAN CLASS="codetxt">draw_2lines:</SPAN> Fucntion to plot two lines in different axes (x/x2 or y/y2) </LI> 50 53 <LI><SPAN CLASS="codetxt">draw_2lines_time:</SPAN> Function to plot two time-lines in different axes (x/x2 or y/y2) </LI> 54 <LI><SPAN CLASS="codetxt">draw_bar:</SPAN> Function to plot a bar char figure with multiple sources</LI> 55 <LI><SPAN CLASS="codetxt">draw_bar_line:</SPAN> Function to plot a bar char and line figure with multiple sources</LI> 56 <LI><SPAN CLASS="codetxt">draw_bar_line_time:</SPAN> Function to plot a bar char and line figure with multiple sources with a time-axis</LI> 57 <LI><SPAN CLASS="codetxt">draw_bar_time:</SPAN> Function to plot a bar char figure with multiple sources and time axis</LI> 51 58 <LI><SPAN CLASS="codetxt">draw_barbs:</SPAN> Function to plot wind barbs </LI> 52 59 <LI><SPAN CLASS="codetxt">draw_basins:</SPAN> Function to plot river basins with their discharge vector and basins id (from 'routing.nc') </LI> 60 <LI><SPAN CLASS="codetxt">draw_cycle:</SPAN> Function to plot a variale with a circular cycle</LI> 61 <LI><SPAN CLASS="codetxt">draw_ensembles_time:</SPAN> Function to plot an ensembles of data following an axis-time</LI> 53 62 <LI><SPAN CLASS="codetxt">draw_lines:</SPAN> Function to draw different lines at the same time from different files </LI> 54 63 <LI><SPAN CLASS="codetxt">draw_lines_time:</SPAN> Function to draw different lines at the same time from different files with times </LI> 55 <LI><SPAN CLASS="codetxt">draw_multi_2D_shad:</SPAN> plotting multiple 2D fields with same projection with shading and sharing colorbar 64 <LI><SPAN CLASS="codetxt">draw_multi_2D_shad:</SPAN> plotting multiple 2D fields with same projection with shading and sharing colorbar</LI> 65 <LI><SPAN CLASS="codetxt">draw_multi_SkewT:</SPAN> creation of a SkewT-logP diagram with multiple lines using matplotlib's API example</LI> 66 <LI><SPAN CLASS="codetxt">draw_multiWindRose:</SPAN> Function to plot multiple wind rose (from where the dinw blows)</LI> 56 67 <LI><SPAN CLASS="codetxt">draw_Neighbourghood_evol:</SPAN> Function to draw the temporal evolution of a neighbourghood around a point </LI> 57 68 <LI><SPAN CLASS="codetxt">draw_points:</SPAN> Function to plot a series of points </LI> 58 69 <LI><SPAN CLASS="codetxt">draw_points_lonlat:</SPAN> Function to plot a series of lon/lat points </LI> 59 70 <LI><SPAN CLASS="codetxt">draw_ptZvals:</SPAN> Function to plot a given list of points and values </LI> 71 <LI><SPAN CLASS="codetxt">draw_SkewT:</SPAN> creation of a SkewT-logP diagram using matplotlib's API example</LI> 72 <LI><SPAN CLASS="codetxt">draw_stations_map:</SPAN> Function to plot a map with the stations</LI> 60 73 <LI><SPAN CLASS="codetxt">draw_timeSeries:</SPAN> Function to draw a time-series </LI> 61 74 <LI><SPAN CLASS="codetxt">draw_topo_geogrid:</SPAN> plotting geo_em.d[nn].nc topography from WPS files </LI> … … 71 84 <LI><SPAN CLASS="codetxt">draw_vertical_levels:</SPAN> plotting vertical levels distribution </LI> 72 85 <LI><SPAN CLASS="codetxt">draw_WindRose:</SPAN> Function to plot a wind rose (from where the dinw blows)</LI> 86 <LI><SPAN CLASS="codetxt">draw_WRFeta_levels:</SPAN> Function to plot vertical levels from WRF wrfinput_d[nn] file</LI> 73 87 <LI><SPAN CLASS="codetxt">movie_2D_shad:</SPAN> creation of a movie with shading</LI> 74 88 </UL>
Note: See TracChangeset
for help on using the changeset viewer.