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 5f46ec5 commit b853a3fCopy full SHA for b853a3f
ultraplot/figure.py
@@ -824,6 +824,10 @@ def _parse_backend(backend=None, basemap=None):
824
Handle deprecation of basemap and cartopy package.
825
"""
826
# Basemap is currently being developed again so are removing the deprecation warning
827
+ if backend == "basemap":
828
+ warnings._warn_ultraplot(
829
+ f"{backend=} will be deprecated in next major release (v2.0). See https://github.com/Ultraplot/ultraplot/pull/243"
830
+ )
831
return backend
832
833
def _parse_proj(
0 commit comments