Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In recent versions of matplotlib, _contour seems to be missing #1238

Open
anders-kiaer opened this issue Sep 21, 2023 · 0 comments
Open

In recent versions of matplotlib, _contour seems to be missing #1238

anders-kiaer opened this issue Sep 21, 2023 · 0 comments

Comments

@anders-kiaer
Copy link
Collaborator

anders-kiaer commented Sep 21, 2023

Related to #1237 and

MISSING_DEPENDENCIES = False
try:
import shapely.geometry
# Use _contour from MPL. Under the hood, this is the same functionality pyplot is
# using. Direct use is implemented (instead of pyplot.contour directly) to avoid the
# overhead related to figure/axis creation in MPL.
from matplotlib import __version__ as mpl_ver
from matplotlib import _contour
except ImportError:
MISSING_DEPENDENCIES = True

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant