cbook removals#
matplotlib.cbook.MatplotlibDeprecationWarning
andmatplotlib.cbook.mplDeprecation
are removed; usematplotlib.MatplotlibDeprecationWarning
instead.cbook.maxdict
; use the standard libraryfunctools.lru_cache
instead.
matplotlib.cbook.MatplotlibDeprecationWarning
and
matplotlib.cbook.mplDeprecation
are removed; use
matplotlib.MatplotlibDeprecationWarning
instead.
cbook.maxdict
; use the standard library functools.lru_cache
instead.