You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I've just been playing with it, and I can't really figure out how it's meant to work. If you supply just the width it works fine and scales the height appropriately, but when you supply the height it seems to do the inverse of what I'd expect. If someone can confirm I'm not just confused, we should file an issue with bokeh and postpone this.
Bokeh allows an option to match the aspect ratio of a plot: https://bokeh.pydata.org/en/latest/docs/reference/models/plots.html#bokeh.models.plots.Plot.match_aspect. This would be useful to be able to do in holoviews as well.
The text was updated successfully, but these errors were encountered: