Ignore:
Timestamp:
Sep 4, 2018, 6:50:37 PM (6 years ago)
Author:
lfita
Message:

updating files after last whole commits

File:
1 edited

Legend:

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

    r1948 r2129  
    4242       <LI><SPAN CLASS="codetxt">draw_2D_shad:</SPAN> plotting a fields with shading </LI>
    4343       <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>
    4446       <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>
    4547       <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>
     
    4749       <LI><SPAN CLASS="codetxt">draw_2D_shad_line_time:</SPAN> plotting a fields with shading and a line with time values </LI>
    4850       <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>
    4952       <LI><SPAN CLASS="codetxt">draw_2lines:</SPAN> Fucntion to plot two lines in different axes (x/x2 or y/y2) </LI>
    5053       <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>
    5158       <LI><SPAN CLASS="codetxt">draw_barbs:</SPAN> Function to plot wind barbs </LI>
    5259       <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>
    5362       <LI><SPAN CLASS="codetxt">draw_lines:</SPAN> Function to draw different lines at the same time from different files </LI>
    5463       <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>
    5667       <LI><SPAN CLASS="codetxt">draw_Neighbourghood_evol:</SPAN> Function to draw the temporal evolution of a neighbourghood around a point </LI>
    5768       <LI><SPAN CLASS="codetxt">draw_points:</SPAN> Function to plot a series of points </LI>
    5869       <LI><SPAN CLASS="codetxt">draw_points_lonlat:</SPAN> Function to plot a series of lon/lat points </LI>
    5970       <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>
    6073       <LI><SPAN CLASS="codetxt">draw_timeSeries:</SPAN> Function to draw a time-series </LI>
    6174       <LI><SPAN CLASS="codetxt">draw_topo_geogrid:</SPAN> plotting geo_em.d[nn].nc topography from WPS files </LI>
     
    7184       <LI><SPAN CLASS="codetxt">draw_vertical_levels:</SPAN> plotting vertical levels distribution </LI>
    7285       <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>
    7387       <LI><SPAN CLASS="codetxt">movie_2D_shad:</SPAN> creation of a movie with shading</LI>
    7488      </UL>
Note: See TracChangeset for help on using the changeset viewer.