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

Polygons limited to 1 vdim #1963

Closed
jvivian opened this issue Oct 4, 2017 · 5 comments
Closed

Polygons limited to 1 vdim #1963

jvivian opened this issue Oct 4, 2017 · 5 comments
Assignees
Milestone

Comments

@jvivian
Copy link

jvivian commented Oct 4, 2017

The bounds on vdims for hv.Polygons is (1, 1) which I don't quite understand as other plots like hv.Scatter have no upper bound.

I'm recreating the texas choropleth example but I need more than 1 vdim so that when a user hovers over a Polygon they can see raw values that contextualize the normalized value I'm using for the heatmap levels. I might just be using hv.Polygons wrong, so if there is a way to add more visual dimensions let me know and I'll close this issue.

Thanks!

@philippjfr
Copy link
Member

We've recently refactored the data interface behind Path/Polygons and can now support multiple dimensions. Supporting this is one of the major outstanding features for the 1.9 release, so hopefully I'll have an update on this soon.

@jvivian
Copy link
Author

jvivian commented Oct 4, 2017

@philippjfr — You rule! I guess close this if you feel its resolved or wait until 1.9.

@philippjfr philippjfr added this to the v1.9 milestone Oct 4, 2017
@philippjfr
Copy link
Member

philippjfr commented Oct 4, 2017

If you're plotting choropleths, then using the geopandas interface that I'm working in geoviews on will probably be the easiest thing.

@philippjfr
Copy link
Member

The PR was just merged Path, Contours and Polygon now support arbitrary numbers of value dimensions.

Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants