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 dc6746f commit a2ab3d7Copy full SHA for a2ab3d7
contextily/plotting.py
@@ -24,8 +24,7 @@ def add_basemap(
24
reset_extent=True,
25
crs=None,
26
resampling=Resampling.bilinear,
27
- **extra_imshow_args,
28
-):
+ **extra_imshow_args):
29
"""
30
Add a (web/local) basemap to `ax`
31
...
@@ -73,7 +72,7 @@ def add_basemap(
73
72
[Optional. Default=Resampling.bilinear] Resampling
74
method for executing warping, expressed as a
75
`rasterio.enums.Resampling` method
76
- **extra_imshow_args : dict
+ **extra_imshow_args :
77
Other parameters to be passed to `imshow`.
78
79
Example
0 commit comments