|
From: | David Larom |
Subject: | can't plot more than 1 solid line in Postscript color |
Date: | Mon, 01 Mar 1999 19:19:41 -0800 |
hold on;
a=1:5;
plot(a,'r')
plot(a-1,'g')
plot(a-2,'b')
#all the above are plotted as SOLID LINES
pause();
gset terminal postscript color
gset output 'funkylines.ps'
replot
closeplot
[Prev in Thread] | Current Thread | [Next in Thread] |