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
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -360,7 +360,7 @@ More fined-grained control for base plot options (eg font sizes, marker colors)
360
360
* Left-flushing of annotations relies on the `monospace` font.
361
361
* Plot may give strange behavior for few rows of data (six rows or fewer. [see this issue](https://github.com/LSYS/forestplot/issues/52))
362
362
* Plot can get cluttered with too many variables/rows (~30 onwards)
363
-
* Not tested with PyCharm (#80).
363
+
* Not tested with PyCharm (#80) nor Google Colab (#110).
364
364
* Duplicated `varlabel` may lead to unexpected results (see #76, #81). `mplot` for grouped models could be useful for such cases (see #59, WIP).
365
365
<palign="right">(<ahref="#top">back to top</a>)</p>
366
366
@@ -378,7 +378,7 @@ This layout is similar to coefficient plots ([coefplots](http://repec.sowi.unibe
378
378
379
379
<details><summary><i>More resources about forest plots</i></summary><p>
380
380
381
-
*[[1]](https://doi.org/10.1038/s41433-021-01867-6) Chang, Y., Phillips, M.R., Guymer, R.H. et al. The 5min meta-analysis: understanding how to read and interpret a forest plot. Eye 36, 673–675 (2022).
381
+
*[[1]](https://doi.org/10.1038/s41433-021-01867-6) Chang, Y., Phillips, M.R., Guymer, R.H. et al. The 5min meta-analysis: understanding how to read and interpret a forest plot. Eye 36, 673–675 (2022).
382
382
*[[2]](https://doi.org/10.1136/bmj.322.7300.1479) Lewis S, Clarke M. Forest plots: trying to see the wood and the trees BMJ 2001; 322 :1479
383
383
</p></details><p></p>
384
384
@@ -419,7 +419,7 @@ Contributions are welcome, and they are greatly appreciated!
419
419
**Issues**
420
420
421
421
Please submit bugs, questions, or issues you encounter to the [GitHub Issue Tracker](https://github.com/lsys/forestplot/issues).
422
-
For bugs, please provide a minimal reproducible example demonstrating the problem.
422
+
For bugs, please provide a minimal reproducible example demonstrating the problem (it may help me troubleshoot if I have a version of your data).
0 commit comments