help-octave
[Top][All Lists]
Advanced

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

Re: Octave from CDROM


From: John W. Eaton
Subject: Re: Octave from CDROM
Date: Fri, 14 Sep 2007 10:46:02 -0400

On 14-Sep-2007, Lukas Richterek wrote:

| Dear Michael,
| 
| thank You very, very much, it really works!!! 
| 
| Please, allow me to ask another question connected with the graphics in
| octave 2.9.13. So far, I has been using only stable versions 2.1.xx...
| 
| If I try "demo" commands such as "peaks(30)" as well as simple mesh or surf
| plots, I got only gray plots, but even worse, there is no mesh in fact,
| only surface curves in x-direction are plotted, not in the y-direction (I
| mean on the monitor, "print -deps" gives the mesh in the eps file). Is it a
| problem with gnuplot terminal? How could I change it please? And more --
| the hidden3d mode seams to be switched off (also not in eps file).

The gray problem was solved by a recent patch that will be in 2.9.13.
I don't see the other problems.  Are you using the gnuplot or jhandles
graphics backend?

| I know about some matlab commands like "grid on". But are there any
| equivalents to
| 
| __gnuplot_set__ pm3d at s
| __gnuplot_set__ hidden3d
| __gnuplot_set__ tics out
| __gnuplot_set__ nokey
| __gnuplot_set__ nocolorbox
| __gnuplot_set__ view map
| __gnuplot_set__ decimal_sign ","
| __gnuplot_set__ pallete rgbformulae 33,13,10
| __gnuplot_raw__ "reset;"
| etc.
| 
| If I try them, there is no warning, but also no effect, either with
| "replot" nor with "gnuplot_command_replot".

The __gnuplot_X__ commands no longer have any effect on the
higher-level plot commands.  This is intentional.

jwe


reply via email to

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