Am I wrong for being surprised by this behavior?
julia> using Plots
julia> a = rand(10); b = rand(10);
julia> plot(a, b) # Works
julia> plot(x=a, y=b) # Plots a blank canvas
7 posts - 3 participants
Am I wrong for being surprised by this behavior?
julia> using Plots
julia> a = rand(10); b = rand(10);
julia> plot(a, b) # Works
julia> plot(x=a, y=b) # Plots a blank canvas
7 posts - 3 participants