Changeset 1873 in lmdz_wrf for trunk/tools/drawing_tools.py


Ignore:
Timestamp:
Mar 27, 2018, 6:59:53 PM (7 years ago)
Author:
lfita
Message:

Adding documentation of `multi_2D_shad'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r1872 r1873  
    123123# plot_topo_geogrid:
    124124# plot_topo_geogrid_boxes:
    125 # plot_2D_shadow:
     125# plot_2D_shadow: Plot of a 2D field with shadow
    126126# plot_2D_shadow_time: Plotting a 2D field with one of the axes being time
    127127# plot_Neighbourghood_evol:Plotting neighbourghood evolution
     
    42324232def plot_2D_shadow(varsv, vnames, dimxv, dimyv, dimxu, dimyu, xaxv, yaxv, dimn,      \
    42334233  cbarv, vs, uts, vtit, kfig, reva, mapv, ifclose):
    4234     """ Adding labels and other staff to the graph
     4234    """ Plot of a 2D field with shadow
    42354235      varsv= 2D values to plot with shading
    42364236      vnames= variable names for the figure
Note: See TracChangeset for help on using the changeset viewer.