[Maxima] problem gnuplot/openplot

Jaime E. Villate villate at gnu.org
Mon Jul 3 03:52:57 CDT 2006


On Sun, 2006-07-02 at 15:48 +0200, Aurélien Croq wrote:
> I try with openplot I wait about 1sec but the points I want to plot
> are linked by a line even if I execute: 
> 
> openplot_curves([["{plotpoints 1} {pointsize 1}
> {no lines}"],aplotter]); 

You are using the "nolines" option in the wrong way. The correct
syntax is:
   openplot_curves([["{plotpoints 1} {pointsize 1}
                          {nolines 1}"],aplotter])

Notice that there is no space between "no" and "lines" and
nolines is a flag that must be given a value different from
zero to make it active.

Regards,
Jaime




More information about the Maxima mailing list