LSYS / forestplot

A Python package to make publication-ready but customizable coefficient plots.
http://forestplot.rtfd.io
MIT License
110 stars 10 forks source link

Setting 95% confidence interval limits #75

Closed Mihiretukebede closed 1 year ago

Mihiretukebede commented 1 year ago

I have data of about 20 rows. The confidence intervals are between 0 and 5 except for two rows with confidence interval labels ranging between 1.5 and 40. Plotting them all together makes the intervals very narrow because they are compressed by the wide intervals of the two records. I wanted to add a confidence interval limit to make the plot readable. I used xticks=[0,1,5, 10] and set_xlim(0, 10). But this makes my plot bad. This was the graph without adding set_xlim(0,10)

image After image

LSYS commented 1 year ago

hi @Mihiretukebede, can you give a (reproducible) example?

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive.