Bug in docu or in plot routine

John W. Eaton jwe at octave.org
Wed Feb 4 12:07:20 CST 2009


On  4-Feb-2009, Stefan Pofahl wrote:

| the thing with the "jhandle" is not described in the documentation
| for Octave 3.0.3 (PDF-File).
| If this is state of the art, it would be nice to document it in the
| manual.

The jhandles code is not (exactly) where we are headed with graphics,
so we won't be documenting it in the Octave manual.  It is an add-on
package.  Some of the ideas in jhandles are being used in the new
OpenGL-based renderer that is currently being developed.  But jhandles
itself will probably not appear in a future Octave release.

| I think I use the gnuplot that is installed together with octave 3.0.3.
| The command:
| octave-3.0.3.exe:15> disp(system("pgnuplot -V"))
| gives the output:
| gnuplot 4.3 patchlevel 0-octave

I think you could still see that output even if you are using jhandles.

| Is it complicated to include the pdf print terminal in the octave print
| command?

All you need to have is a copy of gnuplot that supports the pdf
terminal type.

| If it is to complicated, perhaps it's better to delete this output
| terminal from the documentation.

It works for many people, so I see no reason to delete it from the
documentation.

jwe



More information about the Bug-octave mailing list