ArviZPythonPlots.jl

ArviZPythonPlots.jl provides PyPlot-compatible plotting functions for exploratory analysis of Bayesian models using ArviZ.jl. It uses PythonCall.jl to provide an interface for using the plotting functions in Python ArviZ with Julia types. It also re-exports all methods exported by PythonPlot.jl.

For details, see the Example Gallery or the API.

Installation

To install ArviZPythonPlots.jl, we first need to install Python ArviZ. From the Julia REPL, type ] to enter the Pkg REPL mode and run

pkg> add ArviZPythonPlots