help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

HOWTO: getting colored eps plots


From: Michael Creel
Subject: HOWTO: getting colored eps plots
Date: Tue, 21 Sep 2004 13:07:01 +0200
User-agent: KMail/1.7

Since I just spent an embarrassing amount of time learning how to do it, 
here's how to get nice color .eps files from plots in octave.

Use the octave-forge print() command, e.g.,
print("myfile.eps","-depsc2");

I was unable to decipher the proper way to use gset terminal to get what I 
wanted. The above gave me what I wanted. You also get both an on-screen 
graph, and the saved file.



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]