Skip to content

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

Description

@LSYS

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

importpandasaspdimportforestplotasfpdf=fp.load_data("sleep")
fp.forestplot(df, # the dataframe with results dataestimate="r", # col containing estimated effect size ll="ll", hl="hl", # columns containing conf. int. lower and higher limitsvarlabel="label", # column containing variable labelpval="p-val", # Column of p-value to be reported on rightylabel="Confidence interval", # ylabel to print
)

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions