Call backend functions on Plots.jl (PyPlot backend)

For the pyplot backend you can access matplotlib figure objects from a plot p with p.o or axes objects with p[1].o and use matplotlib functions to modify them. An example can be found e.g. here: https://github.com/JuliaPlots/Plots.jl/issues/394#issuecomment-708047020

1 Like