Changeset 2774 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Nov 19, 2019, 7:33:35 PM (5 years ago)
Author:
lfita
Message:

Adding:

  • `had_simple': Function to plot using pcolormesh
  • `cnt_simple': Function to plot using contour
  • plot_multivar_multikind': Function to plot multiple variables in one figure
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r2773 r2774  
    197197# add_legend_topofix: Function to add the legend on a topofix plot
    198198# check_colorBar: Check if the given colorbar exists in matplotlib
     199# cnt_simple: Function to plot using contour
    199200# colorbar_vals: Function to provide the colorbar values for a figure
    200201# DefineMap: Function to provide the evnrionment for the projection of the maps
     
    252253# plot_2D_shadow_time: Plotting a 2D field with one of the axes being time
    253254# plot_landuse: Function to plot a landuse map
     255# plot_multivar_multikind: Function to plot multiple variables in one figure
    254256# plot_Neighbourghood_evol:Plotting neighbourghood evolution
    255257# plot_time_lag: Function to plot a time-lag figure (x, previous values; y, future values)
     
    285287# plot_indiv_WRFeta_levels: Function to plot different sets of WRF eta-levels as individual plots
    286288# plot_ZQradii: Function to plot following radial averages only at exact grid poins
     289# shad_simple: Function to plot using pcolormesh
    287290# transform: Function to transform the values and the axes
    288291# topography_shadow: Function to compute shadow topography
Note: See TracChangeset for help on using the changeset viewer.