You are using gnuplot_curve_styles wrong. You should use it like
... [gnuplot_curve_styles, ["with lines 2", with points 3"]] ...,
Andrej
2006/2/7, Fabrizio Caruso <caruso at posso.dm.unipi.it>:
> Hi
>
> I am still struggling with plot2d and I haven't been
> able to find a way to draw isolated points and segments of
> lines in the same window.
>
> I have read the documentation available in Maxima
> but it did not show any way to do this.
>
> Is there a way to do it?
>
> For example if I use
> plot2d([[discrete,[[0,0],[1,1]]],[discrete,[[1,0],[0,1]]]],[gnuplot_curve_styles,["with
> lines 2"],["with points 3"]]);
>
> gnuplot only prints lines and no isolated points.
>
>
> Thanks in advance
>
> Fabrizio
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>