[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
help saving gnuplots...
From: |
John W. Eaton |
Subject: |
help saving gnuplots... |
Date: |
Thu, 23 Sep 1999 16:53:39 -0500 (CDT) |
On 23-Sep-1999, Adam Balgach <address@hidden> wrote:
| I really need to save one of my 3d plots that i made in octave (and plotted
| with wgnuplot for win32) as im in winnt. and all wgnuplot wants to do is
| write the data file on how to create the plot, but i would like the actual
| picture, stored as a gif or jpeg. anyone know who to do this? thanks.
If wgnuplot includes the gif driver, you should be able to do the
following at the Octave prompt after generating a plot on the screen:
gset term gif
gset output "foo.gif"
replot
jwe
---------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL. To ensure
that development continues, see www.che.wisc.edu/octave/giftform.html
Instructions for unsubscribing: www.che.wisc.edu/octave/archive.html
---------------------------------------------------------------------