Ignore:
Timestamp:
06/23/20 15:42:10 (5 years ago)
Author:
jdquinn
Message:

CHG: Saving progress on MATLAB -> Python translations; cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/plot_unit.py

    r25065 r25125  
    77    from mpl_toolkits.mplot3d.art3d import Poly3DCollection
    88except ImportError:
    9     print("could not import pylab, matplotlib has not been installed, no plotting capabilities enabled")
     9    print("could not import pyplot, matplotlib has not been installed, no plotting capabilities enabled")
    1010import numpy as np
    1111
Note: See TracChangeset for help on using the changeset viewer.