X Tutup
Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 299 Bytes

File metadata and controls

15 lines (9 loc) · 299 Bytes

Changes for 0.60

ColormapJet and Grayscale are deprecated.  For backwards
compatibility, they can be obtained either by doing

  from matplotlib.cm import ColormapJet

or

  from matplotlib.matlab import *

They are replaced by cm.jet and cm.grey
X Tutup