help-octave
[Top][All Lists]
Advanced

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

figure size


From: John W. Eaton
Subject: figure size
Date: Wed, 4 Nov 1998 16:21:27 -0600 (CST)

On  4-Nov-1998, Henry Yue <address@hidden> wrote:

| Hi, there,
| 
| I tried to print a figure into a GIF file. The default size is 640x480.
| First I print the figure into a ppm file, then I convert the file into gif
| using ppm2gif.
| I want to change its size before converting the ppm into gif. Can somebody
| help me out?

Have you tried using `gset size'?  For example,

  gset size 2, 2

should double the x- and y- dimensions of the plot.

jwe



reply via email to

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