Skip to content
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

CombineResult.plot_forest(ax=ax) does not pass ax to dot_plot() #8718

Open
mjrosen opened this issue Mar 4, 2023 · 0 comments
Open

CombineResult.plot_forest(ax=ax) does not pass ax to dot_plot() #8718

mjrosen opened this issue Mar 4, 2023 · 0 comments

Comments

@mjrosen
Copy link

mjrosen commented Mar 4, 2023

fig = dot_plot(points=res_df["eff"], intervals=hw,

CombineResults.plot_forest(ax=ax) does not actually pass the mpl axis when invoking dot_plot(). So a new axis is created by dot_plot() whether or not an axis is passed to plot_forest(). I came across this with version 0.13.2 but appears still to be the case.
Removing ax as an explicit argument from plot_forest() would even solve the problem, as optional *kwds are passed to dot_plot() anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant