Changeset 1739 for trunk/python/asaplotbase.py
- Timestamp:
- 05/04/10 12:42:40 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asaplotbase.py
r1568 r1739 10 10 from matplotlib.figure import Figure, Text 11 11 from matplotlib.font_manager import FontProperties as FP 12 from matplotlib.numeriximport sqrt12 from numpy import sqrt 13 13 from matplotlib import rc, rcParams 14 14 from asap import rcParams as asaprcParams … … 145 145 fmt is the line style as in plot(). 146 146 """ 147 from matplotlib.numeriximport array148 from matplotlib.numerix.ma import MaskedArray147 from numpy import array 148 from numpy.ma import MaskedArray 149 149 150 150 if x is None:
Note:
See TracChangeset
for help on using the changeset viewer.