Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87374e commit e7851a4Copy full SHA for e7851a4
1 file changed
lib/matplotlib/nxutils.py
@@ -16,7 +16,7 @@ def pnpoly(x, y, xyverts):
16
.. deprecated:: 1.2.0
17
Use :meth:`~matplotlib.path.Path.contains_point` instead.
18
"""
19
- warings.warn(
+ warnings.warn(
20
"nxutils is deprecated. Use matplotlib.path.Path.contains_point"
21
" instead.",
22
DeprecationWarning)
0 commit comments