Array of Plot objects

That’s just not the right syntax. You want Array{...}() not Array{...}[]. Your code was creating a new array of arrays of plots.

1 Like