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

For geopandas, when passing a positional arg it is interpretted as color #1056

Merged
merged 1 commit into from
Jun 2, 2023

Conversation

jsignell
Copy link
Member

@jsignell jsignell commented Apr 6, 2023

Closes #778

import geopandas as gpd
import hvplot.pandas

countries = gpd.read_file(gpd.datasets.get_path('naturalearth_lowres'))
countries.hvplot("continent")

image

@maximlt
Copy link
Member

maximlt commented Jun 2, 2023

This makes sense to me, thanks!

@maximlt maximlt merged commit 529ab20 into holoviz:main Jun 2, 2023
@jsignell jsignell deleted the geo-positional-arg branch June 2, 2023 12:51
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

Successfully merging this pull request may close these issues.

Positional arguments to .polygons
2 participants