Changeset 21426 for issm/trunk-jpl/src/m/plot/plot_unit.py
- Timestamp:
- 11/29/16 02:48:25 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plot_unit.py
r21303 r21426 29 29 # {{{ define wich colormap to use 30 30 try: 31 defaultmap=plt.cm.get_cmap('viridis' )31 defaultmap=plt.cm.get_cmap('viridis',colorlevels) 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.