Skip to content
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

Confidence interval and p-value labels have different height and fontsize #53

Closed
LSYS opened this issue Feb 9, 2023 · 0 comments · Fixed by #55
Closed

Confidence interval and p-value labels have different height and fontsize #53

LSYS opened this issue Feb 9, 2023 · 0 comments · Fixed by #55
Labels
Next Release To work on for new version release Type: Bug

Comments

@LSYS
Copy link
Owner

LSYS commented Feb 9, 2023

The "Confidence interval" ylabel and the "P-value" headers have different height and fontsize:

import pandas as pd
import forestplot as fp

df = fp.load_data("sleep")

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
              pval="p-val",  # Column of p-value to be reported on right
              ylabel="Confidence interval",  # ylabel to print
              )

image

@LSYS LSYS added Type: Bug Next Release To work on for new version release labels Feb 9, 2023
LSYS added a commit that referenced this issue Feb 9, 2023
@LSYS LSYS mentioned this issue Feb 10, 2023
@LSYS LSYS closed this as completed in #55 Feb 10, 2023
@LSYS LSYS closed this as completed in 30ee8d0 Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Next Release To work on for new version release Type: Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant