-
Notifications
You must be signed in to change notification settings - Fork 137
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
Add support to show polygons #15
Comments
@ustroetz sorry for the delay here - yes, we'd love to see a PR including line and polygon visualization support! I'd recommend using the nomenclature for your line and polygon visualizations as a) You are exactly right in your approach. For an example of what adding a new Viz class looks like in total, check out the Heatmap PR - #16 |
@ustroetz are you interested in submitting a PR for this feature? |
Yes, I actually have a branch sitting here that I want to finish up :) I'll try to open a PR by the end of the week 🤞 |
There's an open PR starting this work at #40 |
Glad to see that someone picked up the work! Sorry that I was a bit slow on this. |
@akacarlyann did you get a chance to look at adding in the next step for this issue in your PR #40? Looking at what to include in the next release. |
@ryanbaumann I have. Not quite done yet but I should have some time opening up in my schedule to work on this later in the week. |
Hi there,
I would like to add support to show polygons. Before I start with an implementation, I would like to discuss with you the best approach.
I was thinking about the following steps:
polygon.html
.viz.py
a new ClassPolygonViz
.viz.py
a new base ClassViz
.PolygonViz
,GraduatedCircleViz
, andCircleViz
inherit from this Class. Below is the rough outline of theViz
Class.I am happy for any feedback about the above. Since I am new to the project, I am also open for a complete different approach to show polygons.
Looking forward to work on this 😊
The text was updated successfully, but these errors were encountered: