Assume I create figure(1)
and draw on it multiple graph with plot
, like that -
figure(1)
plot(...)
.
.
.
plot(...) // all the plot's with different color
Is there any option set figure(1)
such that it will draw each plot
with different color ?