photo

Emmanuel Adesina


Last seen: casi 3 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
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...

más de 3 años hace | 0

Respondida
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(...

más de 3 años hace | 0