Forestplot

Latest version: v0.4.0

Safety actively analyzes 642295 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.2.1

What's Changed
* Patch by LSYS in https://github.com/LSYS/forestplot/pull/42

* Remove excessive vertical whitespace

* Add matplotlib-inline as requirement

* Add note to save using bbox_inches="tight"

* Add versioning

* Add recipe to run readme-examples.ipynb notebook

**Full Changelog**: https://github.com/LSYS/forestplot/compare/v0.2.0...v0.2.1

0.2.0

What's Changed
* Create workflow to check links in readme.md by LSYS in https://github.com/LSYS/forestplot/pull/14
* Patch by LSYS in https://github.com/LSYS/forestplot/pull/16
* Update docs & fix group subheadings order by LSYS in https://github.com/LSYS/forestplot/pull/20
* Add logscale option, make no string normalization the default by LSYS in https://github.com/LSYS/forestplot/pull/34
* add wheel to build, include a requirements_dev.txt and document by shapiromatron in https://github.com/LSYS/forestplot/pull/35
* Fix typo in readme by shapiromatron in https://github.com/LSYS/forestplot/pull/31
* Better backend for Confidence Intervals (closes 29)
* Plotting of estimates on a log-scale (closes 28)
* Maintain label character formatting (making no string normalisation the default, closes 27)

tldr
* logscale is now an option
* default is now not to normalize strings

New Contributors
* shapiromatron made their first contribution in https://github.com/LSYS/forestplot/pull/35

**Full Changelog**: https://github.com/LSYS/forestplot/compare/v0.0.4...v0.2.0

0.1.0

forestplot` is a Python package to make publication-ready but customizable forest plots.

* GitHub repo: https://github.com/LSYS/forestplot
* Docs: https://forestplot.readthedocs.io

To install via PyPI:
console
pip install forestplot


Quickstart:
python
import forestplot as fp
df = fp.load_data("sleep") companion example data

fp.forestplot(df, the dataframe with results data
estimate="r", col containing estimated effect size
ll="ll", hl="hl", columns containing conf. int. lower and higher limits
varlabel="label", column containing variable label
ylabel="Confidence interval", y-label title
xlabel="Pearson correlation" x-label title
)


More customizations are available, for example:

![](https://raw.githubusercontent.com/LSYS/forestplot/main/docs/images/main.png)

0.0.4

Bumping to v0.0.4 (set up CI/workflows)

0.0.1

For alpha usage and testing of packaging.

0.0.1b

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.