Changeset 2774 in lmdz_wrf for trunk/tools
- Timestamp:
- Nov 19, 2019, 7:33:35 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r2773 r2774 197 197 # add_legend_topofix: Function to add the legend on a topofix plot 198 198 # check_colorBar: Check if the given colorbar exists in matplotlib 199 # cnt_simple: Function to plot using contour 199 200 # colorbar_vals: Function to provide the colorbar values for a figure 200 201 # DefineMap: Function to provide the evnrionment for the projection of the maps … … 252 253 # plot_2D_shadow_time: Plotting a 2D field with one of the axes being time 253 254 # plot_landuse: Function to plot a landuse map 255 # plot_multivar_multikind: Function to plot multiple variables in one figure 254 256 # plot_Neighbourghood_evol:Plotting neighbourghood evolution 255 257 # plot_time_lag: Function to plot a time-lag figure (x, previous values; y, future values) … … 285 287 # plot_indiv_WRFeta_levels: Function to plot different sets of WRF eta-levels as individual plots 286 288 # plot_ZQradii: Function to plot following radial averages only at exact grid poins 289 # shad_simple: Function to plot using pcolormesh 287 290 # transform: Function to transform the values and the axes 288 291 # topography_shadow: Function to compute shadow topography
Note: See TracChangeset
for help on using the changeset viewer.