We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It tends to overlap with the posterior lines. I would like to set up something like loc=(1, 0.5)
loc=(1, 0.5)
The text was updated successfully, but these errors were encountered:
Found a way with seaborn.move_legend helper
seaborn.move_legend
Sorry, something went wrong.
It's not possible to pass arguments through plot_forest to customize the legend, the move_legend option is the best that can be done so far
move_legend
plt.legend(handles=[dummy_legend], loc='center left', bbox_to_anchor=(1, 0.5))
Remember to replace dummy_legend with your actual legend label
No branches or pull requests
It tends to overlap with the posterior lines. I would like to set up something like
loc=(1, 0.5)
The text was updated successfully, but these errors were encountered: