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
The Bars group_index and stack_index plot options were introduced in the initial matplotlib BarPlot implementation which is very poorly designed but allowed both grouping and stacking at the same time. The bokeh implementation is considerably simpler and only allows either grouping or stacking so these parameters are at best confusing. Therefore I would like to propose that once the matplotlib implementation is rewritten we immediately deprecate these options and replace them with a simple stacked boolean toggle.
The text was updated successfully, but these errors were encountered:
I agree with this proposal. My only question is whether you will be able to support the old options once it is rewritten (with deprecation warnings) or will this be a 'hard' deprecation where the old options will immediately stop working?
The Bars
group_index
andstack_index
plot options were introduced in the initial matplotlib BarPlot implementation which is very poorly designed but allowed both grouping and stacking at the same time. The bokeh implementation is considerably simpler and only allows either grouping or stacking so these parameters are at best confusing. Therefore I would like to propose that once the matplotlib implementation is rewritten we immediately deprecate these options and replace them with a simple stacked boolean toggle.The text was updated successfully, but these errors were encountered: