You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
The "Confidence interval"
ylabel
and the "P-value" headers have different height and fontsize:The text was updated successfully, but these errors were encountered: