help-octave
[Top][All Lists]
Advanced

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

Re: print question


From: Søren Hauberg
Subject: Re: print question
Date: Tue, 26 Jun 2007 16:40:20 +0200
User-agent: Thunderbird 1.5.0.12 (X11/20070604)

John W. Eaton skrev:
On 26-Jun-2007, Daniel Oberhoff wrote:

| Hi all,
| | I am running a self compiled octave 2.9.12 together with an equally | self compiled gnuplot 4.3. I make a plot of a small gaussian image | patch like this: | | [x,y]=meshgrid(-2:2,-2:2);
| g=exp(-(x.*x+y.*y)/8);
| pcolor(g);
| | and then print it like this: | | print -dpdf gausmask_octave.pdf

Hmm, I see:

  octave:1> sombrero
  octave:2> print -pdf foo.pdf
  error: print: unknown option `-pdf'
  [...]

Where did you get your print function?  What does it do to generate a
pdf file?
Not that 'print' supports pdf, but shouldn't that have been '-dpdf'?

Søren


reply via email to

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