Changeset 923 for trunk/UTIL/PYTHON/planetoplot_v2/examples/simple.py
- Timestamp:
- Mar 31, 2013, 10:18:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/planetoplot_v2/examples/simple.py
r910 r923 21 21 u.p[0].title = "This is what we name $u$ (m s$^{-1}$)" 22 22 u.p[0].proj = "robin" 23 u.filename = "simple" 23 24 24 25 # we plot … … 28 29 # ... no need to reload data 29 30 u.p[0].colorb = "RdBu" 31 u.filename = "myplot" 30 32 u.makeplot() 31 33
Note: See TracChangeset
for help on using the changeset viewer.