We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a502e2f + 7f8ad73 commit 02af08aCopy full SHA for 02af08a
pymc3/plots/posteriorplot.py
@@ -86,7 +86,7 @@ def create_axes_grid(figsize, traces):
86
87
plot_posterior_op(transform(trace), ax=ax, bw=bw, kde_plot=kde_plot,
88
point_estimate=point_estimate, round_to=round_to, alpha_level=alpha_level,
89
- 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)
90
91
else:
92
if varnames is None:
0 commit comments