help-octave
[Top][All Lists]
Advanced

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

Re: nice plots, but how can i print


From: Kai Mueller
Subject: Re: nice plots, but how can i print
Date: Thu, 4 Jun 1998 14:39:01 +0200

On Thu, Jun 04, 1998 at 02:06:01PM +0200, Daniel Heiserer wrote:
> Hi,
> as far as I have seen I can make nice plots with octave/gnuplot with
> matlab-syntax.
> But now I miss functionality to print this picture into a ps-file.
> In matlab it works like this:
> ">> print nice_picture -depsc" 
> with some options (-depsc|......|.....).
> How does it work in octave? Or is this functionality not supported yet?
> 
> 

Sure it does work:

gset term post [eps]
gset out "whatever.ps"   or even better: gset out "| lpr -Pwhatever -"
plot ...
gset out
gset x11

> 
> -- 
> mfg                                 Daniel Heiserer
> --------------------------------------------------------------
> Daniel Heiserer, BMW AG, Knorrstrasse 147, 80788 Muenchen
> Abteilung EK-20
> Tel.: 089-382-21187, Fax.: 089-382-42820
> mailto:address@hidden
> 

Read the gnuplot manual for other options.

Kai

-- 
 Kai P. Mueller
 Control Department (Regelungstechnik) | Phone [+49] (531) 391-3835
 Technical University Braunschweig     | Fax   [+49] (531) 391-5194
 D-38092 Braunschweig                  | Email address@hidden



reply via email to

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