Why gnuplot_curve_styles doesn't modify line style?



On Wed, 2007-11-28 at 08:35 -0800, f250gto wrote:
> I'm a new user of maxima 5.13.0a in Windows system.
> I have to plot many curves with different colors.
> I tried to plot my functions with this command that I found in a web
> page:
> 
> wxplot2d([x*sin(x),cos(x)], [x,-5,5],[gnuplot_curve_styles,["with
> lines 4",
> "with lines 7"]]);
> 
> But the lines are blue and red instead yellow and pink.
In 5.13 option gnuplot_curve_styles disappeared and was replaced by
option style. You can see the documentation of "style" in the Maxima
manual for plot2d.

Regards,
Jaime Villate
P.S. In which web page did you find the reference to
gnuplot_curve_styles?