-
-
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
Attach ScaleBar to subcoordinate axis #6292
Comments
@hoxbro , this is unblocked now with bokeh/bokeh#14005 |
It is not unblocked, e.g., I can't do any development in HoloViews yet. Did you mean that progress has been made? |
If that PR is functionally ready, can't we start exploring how it can implemented in HoloViews? |
discussion: dev release of Bokeh 3.6, then dev release of Panel (supporting Bokeh 3.6) needed prior to doing any HoloViews work on this check in ~2 weeks |
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. |
Allow adding scale bars to individual subplot/subcoordinate_y ranges. The current implementation only allows for a scale bar to be positioned relative to the entire plot. This depends on progress in Bokeh: bokeh/bokeh#13921
A possible API might be to use a new arg; something like
scalebar_level="subcoordinate_y"
Code
Arrows indicate where the scale bars should be after applying to subcoordinate level:
The text was updated successfully, but these errors were encountered: