dlakelan escribi?:
> When I add labels to my plot in the draw package, they come out in
> black, no matter what the color is set to. The lines of the plots are
> correctly colored.
>
> is this a known problem? I'm using maxima 5.16.3 under sbcl on debian
> linux with gnuplot 4.2.3
>
Hello,
Do you mean something like this?
draw2d(
color = blue,
explicit(x^2,x,-1,1),
color = red,
label(["Label in red",0,0.5]) )$
it works for me with gnuplot 4.3, but I think it should also work with
your 4.2.3 version. Let me know if the above code does not work and I'll
see if there is a version conflict.
--
Mario Rodriguez