Quantcast
Channel: First steps - JuliaLang
Viewing all articles
Browse latest Browse all 2795

Plot doesn't show up when calling `x=`, `y=` explicitly

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 2795

Trending Articles