From help-request at octave dot org Tue Sep 21 06:17:39 2004 Subject: HOWTO: getting colored eps plots From: Michael Creel To: Octave Help Date: Tue, 21 Sep 2004 13:07:01 +0200 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 -------------------------------------------------------------