How can I access the attributes of a plot after creating it?
For example, I was hoping to get the y-axis limits from a plot. Something like this didn't work:
p1 = Plots.plot(rand(10))
get(p1,:ylim)
This errors:
MethodError: no method matching get(::Plots.Plot{Plots.GRBackend}, ::Symbol)