Back to Matplotlib

Changes for 0.60

doc/api/prev_api_changes/api_changes_0.60.rst

3.10.9298 B
Original Source

Changes for 0.60

.. code-block:: text

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