plotnine icon indicating copy to clipboard operation
plotnine copied to clipboard

matplotlib._contour not available in matplotlib>=3.6.0

Open BenGig opened this issue 3 years ago • 0 comments

In plotnine/stats/stat_density_2d.py, the import

import matplotlib._contour as _contour

works with matplotlib 3.5.3, but fails with latest 3.6.0 released 6 days ago.

BenGig avatar Sep 22 '22 12:09 BenGig