Changeset 1873 in lmdz_wrf for trunk/tools/drawing_tools.py
- Timestamp:
- Mar 27, 2018, 6:59:53 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r1872 r1873 123 123 # plot_topo_geogrid: 124 124 # plot_topo_geogrid_boxes: 125 # plot_2D_shadow: 125 # plot_2D_shadow: Plot of a 2D field with shadow 126 126 # plot_2D_shadow_time: Plotting a 2D field with one of the axes being time 127 127 # plot_Neighbourghood_evol:Plotting neighbourghood evolution … … 4232 4232 def plot_2D_shadow(varsv, vnames, dimxv, dimyv, dimxu, dimyu, xaxv, yaxv, dimn, \ 4233 4233 cbarv, vs, uts, vtit, kfig, reva, mapv, ifclose): 4234 """ Adding labels and other staff to the graph4234 """ Plot of a 2D field with shadow 4235 4235 varsv= 2D values to plot with shading 4236 4236 vnames= variable names for the figure
Note: See TracChangeset
for help on using the changeset viewer.