no LUTSIZE in matplotlib._cm anymore

Hi there,

In mtpl __version__ = '0.98.5.3' "from matplotlib._cm import LUTSIZE"
still works, but in matplotlib.__version__ = '0.99.0' no:

from matplotlib._cm import LUTSIZE
ImportError: cannot import name LUTSIZE

How can I replace/solve this issue?

Many thanks in advance.

Alan

from matplotlib.cm import LUTSIZE

Ryan

···

On Tue, Sep 22, 2009 at 9:22 AM, Alan <alanwilter@…287…> wrote:

Hi there,

In mtpl version = ‘0.98.5.3’ “from matplotlib._cm import LUTSIZE”

still works, but in matplotlib.version = ‘0.99.0’ no:

from matplotlib._cm import LUTSIZE

ImportError: cannot import name LUTSIZE

How can I replace/solve this issue?

Many thanks in advance.


Ryan May
Graduate Research Assistant
School of Meteorology

University of Oklahoma