diff --git a/pymc3/plots/posteriorplot.py b/pymc3/plots/posteriorplot.py index 1272d9782b..d2ae8e5151 100644 --- a/pymc3/plots/posteriorplot.py +++ b/pymc3/plots/posteriorplot.py @@ -86,7 +86,7 @@ def create_axes_grid(figsize, traces): plot_posterior_op(transform(trace), ax=ax, bw=bw, kde_plot=kde_plot, point_estimate=point_estimate, round_to=round_to, alpha_level=alpha_level, - ref_val=ref_val, rope=rope, text_size=scale_text(figsize), **kwargs) + ref_val=ref_val, rope=rope, text_size=scale_text(figsize, text_size), **kwargs) else: if varnames is None: