Draw package makes labels always black



This solution does not work.  I am using 5.16.3 under GCL.

Rich
Maxima version: 5.16.3
Maxima build date: 22:48 8/24/2008
host type: i686-pc-mingw32
lisp-implementation-type: GNU Common Lisp (GCL)
lisp-implementation-version: GCL 2.6.8


----- Original Message ----- 
From: "Mario Rodriguez" <biomates at telefonica.net>
To: "dlakelan" <dlakelan at street-artists.org>
Cc: "Maxima Mailing List" <maxima at math.utexas.edu>
Sent: Tuesday, September 30, 2008 7:29 AM
Subject: Re: [Maxima] Draw package makes labels always black


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
_______________________________________________
Maxima mailing list
Maxima at math.utexas.edu
http://www.math.utexas.edu/mailman/listinfo/maxima