plotnine
plotnine copied to clipboard
matplotlib._contour not available in matplotlib>=3.6.0
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.