假设我创建figure(1)并在其上绘制多个图形plot,就像这样 -
figure(1)
plot(...)
.
.
.
plot(...) // all the plot's with different color
是否有任何选项设置可以用不同的颜色figure(1)绘制每个选项?plot
假设我创建figure(1)并在其上绘制多个图形plot,就像这样 -
figure(1)
plot(...)
.
.
.
plot(...) // all the plot's with different color
是否有任何选项设置可以用不同的颜色figure(1)绘制每个选项?plot