problem gnuplot/openplot



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