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
Improved fancy layout for scrubber #571
Conversation
@jbednar @jlstevens Thinking of renaming the option to |
Or maybe should we have separate |
The full set of options in that case would be: center = True/False |
Yes, it seems like the two flags need to be separated if all those other options are supported, or there will be too many combinations. Are those location options identical to what Bokeh supports for legends? If so that sounds reasonable... |
No, bokeh has a relative positioning system for legends which is expressed in pixels (and therefore pretty useless imo). |
HoloViews pane now offers a number of options for arranging the plot and widgets
left
top
right
bottom
center_left
center_top
center_right
center_bottom