Changeset 960 for trunk/UTIL/PYTHON/planetoplot_v2/examples/hodograph.py
- Timestamp:
- May 15, 2013, 8:29:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/planetoplot_v2/examples/hodograph.py
r923 r960 16 16 17 17 # u as a function of v 18 hodo = u.f (v)18 hodo = u.func(v) 19 19 hodo.filename = "hodograph" 20 20 hodo.makeplot() 21 21 22 22 # v as a function of u 23 hodo2 = v.f (u)23 hodo2 = v.func(u) 24 24 hodo2.makeplot()
Note: See TracChangeset
for help on using the changeset viewer.