Changeset 19460


Ignore:
Timestamp:
07/27/15 06:49:17 (10 years ago)
Author:
cborstad
Message:

NEW: plot_streamlines added for python plots

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  
    22from cmaptools import truncate_colormap
    33from plot_contour import plot_contour
     4from plot_streamlines import plot_streamlines
    45from expdisp import expdisp
    56
     
    285286
    286287        #streamlines
     288        if options.exist('streamlines'):
     289            plot_streamlines(md,options,ax)
    287290
    288291
Note: See TracChangeset for help on using the changeset viewer.