photo

Emmanuel Adesina


Last seen: circa 3 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
How do i add legend
You can simply plot all as: plot(x,y1, x,y2, x,y3, ...) or line(x,y1) line(x,y2) line(x,y3) ... and add all legend at onc...

oltre 3 anni fa | 0

Risposto
how to label lines on a graph
@Matt Tearle Solution works fine, but puts all labels almost on same line... line(x,y) % or plot(x,y) with a hold on if max(...

oltre 3 anni fa | 0