Changeset 19460
- Timestamp:
- 07/27/15 06:49:17 (10 years ago)
- Location:
- issm/trunk-jpl/src/m/plot
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/applyoptions.py
r19444 r19460 2 2 from cmaptools import truncate_colormap 3 3 from plot_contour import plot_contour 4 from plot_streamlines import plot_streamlines 4 5 from expdisp import expdisp 5 6 … … 285 286 286 287 #streamlines 288 if options.exist('streamlines'): 289 plot_streamlines(md,options,ax) 287 290 288 291
Note:
See TracChangeset
for help on using the changeset viewer.