Hi,
I am trying to plot the trace using az.plot_trace. Since there are many subplots, the var_name of the bottom plot overlaps with the x-axis of the top plot. Is there any parameter inside az.plot_trace that I can use to increase the space between the two plots.
Using PyMC3 version: 3.11.5
Using ArviZ version: 0.12.1
az.plot_trace(trace,
var_names=['a',
'control_holiday',
'control_closeratetotal',
'control_lsstotal'],
divergences=False
)
plt.show()