Access matplotlib/PyPlot object of Plots.jl plot

p = plot(rand(10));
p.o
# PyPlot.Figure(PyObject <Figure size 600x400 with 1 Axes>)
1 Like