Changeset 1029 for trunk/UTIL/PYTHON/planetoplot_v2/examples
- Timestamp:
- Sep 5, 2013, 2:28:49 PM (11 years ago)
- Location:
- trunk/UTIL/PYTHON/planetoplot_v2/examples
- Files:
-
- 26 added
- 16 deleted
- 11 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/planetoplot_v2/examples/additional/just_color_and_title.py
r1027 r1029 3 3 4 4 anewversion = pp() 5 anewversion.defineplot(loadfile="../ demo_data/gw.ppobj")5 anewversion.defineplot(loadfile="../../demo_data/gw.ppobj") 6 6 for plot in anewversion.p: 7 7 plot.colorb = "Paired" 8 plot.title = " This is a psychedelic plot"8 plot.title = "Psychedelic plot!" 9 9 anewversion.makeplot() -
trunk/UTIL/PYTHON/planetoplot_v2/examples/additional/vertpress.py
r1027 r1029 4 4 prof = pp() 5 5 prof.verbose = True 6 prof.file = "/home/aymeric/Big_Data/case_night.nc" 6 #prof.file = "/home/aymeric/Big_Data/case_night.nc" 7 prof.file = "/home/aymeric/Big_Data/GALE/wrfout_d03_2024-06-09_00:00:00_z" 7 8 prof.var = "tk" 8 9 prof.t = [10.,20.] 9 prof.x = 3010 prof.y = 3010 prof.x = -5. #30 11 prof.y = 138. #30 11 12 prof.filename = "vertpress" 12 13
Note: See TracChangeset
for help on using the changeset viewer.