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
I've tried to replicate this using HoloViews. But it seems the corresponding legend_position is only supported for the matplotlib and bokeh backends. There is an existing FR in HoloViews to support legend_position for the Plotly backend. See holoviz/holoviews#5221
It is possible to position the Plotly legend using a hook though.
I've been working on improving the bar docs. As a part of this I try changing the plotting backend. I would really, really like the documentation to work for all plotting backends. That is what I would expect as a user.
The text was updated successfully, but these errors were encountered:
I would expect the
legend
attribute to also work for the Plotly backend in the example below. But it does not.HoloViews
I've tried to replicate this using HoloViews. But it seems the corresponding
legend_position
is only supported for thematplotlib
andbokeh
backends. There is an existing FR in HoloViews to supportlegend_position
for the Plotly backend. See holoviz/holoviews#5221It is possible to position the Plotly legend using a hook though.
Additional Context
I've been working on improving the
bar
docs. As a part of this I try changing the plotting backend. I would really, really like the documentation to work for all plotting backends. That is what I would expect as a user.The text was updated successfully, but these errors were encountered: