Wondering how to plot

Hey, I was wondering if pymc3 supports some form of Distribution plotting standalone or with some other library?

We dont have plot function for Distribution, but in the docstring you can find the code for ploting 1D distributions using matplotlib https://github.com/pymc-devs/pymc3/blob/master/pymc3/distributions/continuous.py#L249-L264

1 Like