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 12c75f6 commit 5f20ec1Copy full SHA for 5f20ec1
stubs/geopandas/geopandas/plotting.pyi
@@ -198,7 +198,7 @@ class GeoplotAccessor(PlotAccessor):
198
@overload
199
def __call__(
200
self,
201
- column: Hashable | None = None,
+ column: Hashable | pd.Series | pd.Index | NDArray | None = None,
202
cmap: str | Colormap | None = None,
203
color: _ColorOrColors | None = None,
204
ax: Axes | None = None,
@@ -229,7 +229,7 @@ class GeoplotAccessor(PlotAccessor):
229
) -> Axes: ...
230
def geo(
231
232
233
234
235
0 commit comments