multi graph in Octave
Michael Goffioul
michael.goffioul at gmail.com
Tue Dec 2 00:51:06 CST 2008
On Tue, Dec 2, 2008 at 12:34 AM, Ivan Sutoris <ivan.sutoris at gmail.com> 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.
More information about the Help-octave
mailing list