-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
PointDraw missing styles
#3819
Comments
I have started using HoloViews recently and have been enjoying it. I am new to open source contributions though, may I have a go at this issue? |
That would be greatly appreciated! Let me know if you need any pointers. The basics are that you need to look at hv.streams.PolyDraw and copy the definition to hv.stream.PointDraw. Next you need to look at PolyDrawCallback in holoviews/plotting/bokeh/callbacks.py and implement the same styles handling for PointDraw. |
I have raised pull request #4063, however I am pretty sure I am missing something. Are there any tests for PointDraw that I can run first? |
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. |
Seems a bit inconsistent that BoxEdit and PolyDraw both have the styles kwd, but not PointDraw
The text was updated successfully, but these errors were encountered: