|
From: <br...@ph...> - 2005-04-12 05:57:42
|
Gedeon Legaut wrote: > gnuplot > > plot sin(x) > plots a red curve. How can I get a blue curve instead of a red one ? [Please have at least one look into documentation and FAQ before posting to the mailing list, and consider the users' list or newsgroup before you bother the developers, in the future...] plot sin(x) linetype 3 on some terminals. See "help test" for how find out the correct number for your terminal driver. |