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 2025-06-03 • Suggest an edit of this page
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 2025-06-03 • Suggest an edit of this page