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
)
The "Confidence interval"
ylabeland the "P-value" headers have different height and fontsize: