help-octave
[Top][All Lists]
Advanced

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

Re: multi graph in Octave


From: Michael Goffioul
Subject: Re: multi graph in Octave
Date: Tue, 2 Dec 2008 06:51:06 +0000

On Tue, Dec 2, 2008 at 12:34 AM, Ivan Sutoris <address@hidden> wrote:
>> There are me more ways to save a plot in an eps or jpeg format?
>>
>>
>> Thanks for all anyway.
>
> I think I've seen such warnings with JHandles (Octave version for
> Windows comes with two graphics engines, gnuplot and jhandles, you can
> choose between them during installation). I don't know what the
> problem is - certainly there are more qualified people here for that
> :), but you can try plotting with gnuplot in the meantime, use this
> command: 'pkg unload jhandles' to switch to gnuplot engine.

This is due to the way EPS is generated from OpenGL: all drawing
primitives from OpenGL are stored in a buffer, for playing back and
generating EPS. The buffer has a fixed size. For complex graphs,
like multiplot with surfaces, the buffer might be too small. Note that
this should not happen if you generate PNG file.

Michael.


reply via email to

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