Changeset 25125 for issm/trunk-jpl/src/m/plot/plot_unit.py
- Timestamp:
- 06/23/20 15:42:10 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plot_unit.py
r25065 r25125 7 7 from mpl_toolkits.mplot3d.art3d import Poly3DCollection 8 8 except ImportError: 9 print("could not import py lab, matplotlib has not been installed, no plotting capabilities enabled")9 print("could not import pyplot, matplotlib has not been installed, no plotting capabilities enabled") 10 10 import numpy as np 11 11
Note:
See TracChangeset
for help on using the changeset viewer.