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
Currently, there is no possibility to customize this plot, i.e. to change the plot style (errorbars, filled, etc), activate yerr etc.
Describe the feature you'd like
Being able to customize it would mean to be able to pass through arguments (and I think there is technically no reason not to allow this). I would suggest an argument histplotkwargs or something similar that is dict-like, passed in and expanded in histplot.
I can gladly make the PR if that's inline with the design.
Alternative
Of course, the refactoring as proposed here #192 would very well solve this problem too
The text was updated successfully, but these errors were encountered:
Just checking: is there any chance of this issue getting addressed? Being able to style this kind of plot to match the style of others would be awesome.
Describe the problem, if any, that your feature request is related to
plot_ratio
currently uses the defaulthistplot
from mplhep, seehist/src/hist/plot.py
Line 654 in 41e1eff
Currently, there is no possibility to customize this plot, i.e. to change the plot style (errorbars, filled, etc), activate yerr etc.
Describe the feature you'd like
Being able to customize it would mean to be able to pass through arguments (and I think there is technically no reason not to allow this). I would suggest an argument
histplotkwargs
or something similar that is dict-like, passed in and expanded inhistplot
.I can gladly make the PR if that's inline with the design.
Alternative
Of course, the refactoring as proposed here #192 would very well solve this problem too
The text was updated successfully, but these errors were encountered: