Software Open Access

LSYS/forestplot: v0.3.1

Lucas Shen Y. S.; Andy Shapiro

What's Changed

No user-facing changes.

Pandas append API in the backend is deprecated and so replaced by concat. This should accommodate newer versions of Pandas, like the recent v2.0 release.

Forestplot

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

To install via PyPI:

pip install forestplot

Quickstart:

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
              )

Full Changelog: https://github.com/LSYS/forestplot/compare/v0.2.2...v0.3.1

Files (1.2 MB)
Name Size
LSYS/forestplot-v0.3.1.zip
md5:766f788cfecbc2533f4a5a217c967082
1.2 MB Download
208
5
views
downloads
All versions This version
Views 20812
Downloads 50
Data volume 5.4 MB0 Bytes
Unique views 17512
Unique downloads 50

Share

Cite as