Just pass label = nothing
:
x = 1:6; y = rand(6, 2)
plot(x, y, label = nothing)
I learned the trick from here .
Last modified on 2023-01-18
Hongtao Hao / 2021-11-06
Just pass label = nothing
:
x = 1:6; y = rand(6, 2)
plot(x, y, label = nothing)
I learned the trick from here .
Last modified on 2023-01-18