[1205] | 1 | <HTML> |
---|
| 2 | <HEAD> |
---|
| 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8"/> |
---|
| 4 | <LINK REL="stylesheet" TYPE="text/css" HREF="PyNCplot.css"/> |
---|
| 5 | </HEAD> |
---|
| 6 | |
---|
| 7 | <BODY> |
---|
| 8 | <DIV CLASS="valheader"> |
---|
| 9 | Plotting functions |
---|
| 10 | </DIV> |
---|
| 11 | <DIV CLASS="valintro"> |
---|
| 12 | List of available functions to plot figures. Most of them follow a similar structure:<BR> |
---|
| 13 | <!--DIV CLASS="codetxt"--> |
---|
| 14 | <PRE><CODE> |
---|
| 15 | $ python drawing.py -o [figure] -f [file(or files)] -S [values] -v [variables] |
---|
| 16 | </CODE></PRE> |
---|
| 17 | <!--/DIV--> |
---|
| 18 | Available funtions: |
---|
| 19 | <UL> |
---|
| 20 | <LI> create_movie: Function to create a movie assuming ImageMagick installed! </LI> |
---|
| 21 | <LI> draw_2D_shad: plotting a fields with shading </LI> |
---|
| 22 | <LI> draw_2D_shad_cont: plotting two fields, one with shading and the other with contour lines </LI> |
---|
| 23 | <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> |
---|
| 24 | <LI> draw_2D_shad_line: plotting a fields with shading and another with line </LI> |
---|
| 25 | <LI> draw_2D_shad_line_time: plotting a fields with shading and a line with time values </LI> |
---|
| 26 | <LI> draw_2D_shad_time: plotting a fields with shading with time values </LI> |
---|
| 27 | <LI> draw_2lines: Fucntion to plot two lines in different axes (x/x2 or y/y2) </LI> |
---|
| 28 | <LI> draw_2lines_time: Function to plot two time-lines in different axes (x/x2 or y/y2) </LI> |
---|
| 29 | <LI> draw_barbs: Function to plot wind barbs </LI> |
---|
| 30 | <LI> draw_basins: Function to plot river basins with their discharge vector and basins id (from 'routing.nc') </LI> |
---|
| 31 | <LI> draw_lines: Function to draw different lines at the same time from different files </LI> |
---|
| 32 | <LI> draw_lines_time: Function to draw different lines at the same time from different files with times </LI> |
---|
| 33 | <LI> draw_Neighbourghood_evol: Function to draw the temporal evolution of a neighbourghood around a point </LI> |
---|
| 34 | <LI> draw_points: Function to plot a series of points </LI> |
---|
| 35 | <LI> draw_points_lonlat: Function to plot a series of lon/lat points </LI> |
---|
| 36 | <LI> draw_ptZvals: Function to plot a given list of points and values </LI> |
---|
| 37 | <LI> draw_timeSeries: Function to draw a time-series </LI> |
---|
| 38 | <LI> draw_topo_geogrid: plotting geo_em.d[nn].nc topography from WPS files </LI> |
---|
| 39 | <LI> draw_topo_geogrid_boxes: plotting different geo_em.d[nn].nc topography from WPS files </LI> |
---|
| 40 | <LI> draw_trajectories: Function to draw different trajectories at the same time </LI> |
---|
| 41 | <LI> draw_vals_trajectories: Function to draw values from the outputs from 'compute_tevolboxtraj' </LI> |
---|
| 42 | <LI> draw_vectors: Function to plot wind vectors </LI> |
---|
| 43 | <LI> movievalslice: Function to provide variable slice according to a geneation of a movie </LI> |
---|
| 44 | <LI> variable_values: Function to give back values for a given variable </LI> |
---|
| 45 | <LI> draw_river_desc: Function to plot rivers' description from ORCHIDEE's routing scheme </LI> |
---|
| 46 | <LI> draw_subbasin: Function to plot subbasin from 'routnig.nc' ORCDHIEE </LI> |
---|
| 47 | <LI> draw_vertical_levels: plotting vertical levels distribution </LI> |
---|
| 48 | </UL> |
---|
| 49 | </DIV> |
---|
| 50 | |
---|
| 51 | </BODY> |
---|
| 52 | </HTML> |
---|
| 53 | |
---|