Changeset 21288
- Timestamp:
- 10/19/16 04:32:21 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plot_unit.py
r21283 r21288 29 29 # {{{ define wich colormap to use 30 30 try: 31 defaultmap=plt.cm.get_cmap('viridis' ,colorlevels)31 defaultmap=plt.cm.get_cmap('viridis') 32 32 except AttributeError: 33 33 print("Viridis can't be found (probably too old Matplotlib) reverting to gnuplot colormap")
Note:
See TracChangeset
for help on using the changeset viewer.