How do I to stack arviz.trace_plot() onto an existing matplotlib.plot?

413 Views Asked by At

Basically, I have a few plots for the posteriors and the traces for a pymc3 model. I want to stack it in a stable fashion, with the posterior plot and the traceplot in the same line. Any way to do this?

0

There are 0 best solutions below