You can draw the lines as usual using plot(xs, ys)
where xs
and ys
are vectors of x and y coordinates. Use NaN
s to break the lines into disjoint pieces.
1 Like
You can draw the lines as usual using plot(xs, ys)
where xs
and ys
are vectors of x and y coordinates. Use NaN
s to break the lines into disjoint pieces.