- Timestamp:
- Aug 26, 2018, 1:59:16 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing.py
r2102 r2103 127 127 fillValue=1.e20 128 128 129 namegraphics = ['create_movie', 'draw_2D_shad', 'draw_2D_shad_time', \ 129 namegraphics = ['create_movie', 'draw_2D_shad', 'draw_2Dshad_map', \ 130 'draw_2D_shad_time', \ 130 131 'draw_2D_shad_cont', 'draw_2D_shad_contdisc', 'draw_2D_shad_contdisc_time', \ 131 132 'draw_2D_shad_2cont', 'draw_2D_shad_cont_time', \ … … 10928 10929 elif oper == 'draw_2D_shad': 10929 10930 draw_2D_shad(opts.ncfile, opts.values, opts.varname) 10931 elif oper == 'draw_2Dshad_map': 10932 draw_2Dshad_map(opts.ncfile, opts.values, opts.varname) 10930 10933 elif oper == 'draw_2D_shad_time': 10931 10934 draw_2D_shad_time(opts.ncfile, opts.values, opts.varname)
Note: See TracChangeset
for help on using the changeset viewer.