help-octave
[Top][All Lists]
Advanced

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

print question


From: John W. Eaton
Subject: print question
Date: Tue, 26 Jun 2007 10:09:45 -0400

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?

jwe


reply via email to

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