-
Notifications
You must be signed in to change notification settings - Fork 10
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
Changing the line color indicating statistical significance #64
Comments
Hi @juancq, thank you for using the package! Do you mean the color of the confidence interval lines? Those would be from the forestplot/forestplot/graph_utils.py Line 48 in 30f1eef
and forestplot/forestplot/graph_utils.py Line 53 in 30f1eef
But off the top of my mind I'm not sure how easy it would be change colors just for selected rows. I'm using the |
I'll play around with the code and see if there's an easy way to implement it. |
Hello, is there anyway to change the reference line from 0 to 1? I am using odds ratios so i would like a different reference line |
i try to use the logscale option and receive many errors |
Hi @Katharinebarry, this has been raised before. See #77. Use the |
Thank you so much worked like a charm! |
Great package!
Where in the code should I look if I want to modify the plotting so that I can change the color of a line when the corresponding row is statistically significant? I don't want to show the p-values or the stars, I just want to change the line color.
The text was updated successfully, but these errors were encountered: