From: Mario Rodriguez <biomates at telefonica.net>
Reply-To: <biomates at telefonica.net>
CC: <maxima at math.utexas.edu>
Content-Type: text/plain; charset="UTF-8"
Date: Wed, 3 Jul 2013 12:04:59 +0200
El mar, 02-07-2013 a las 16:10 +0000, Leo Butler escribi?:
> I have a student working with draw on 5.27.0 from the ubuntu repos. He
> is attempting to save to a png file with
>
> draw(terminal=png, file_name="foo", ...);
>
> and gnuplot barfs with the complaint that
>
> ... xfffff
>
> is an obsolete color option.
>
> Is there a work-around for this?
>
> Leo
There were some changes in the newer version of Gnuplot which are not
compatible with older versions. That's why I had to rewrite some code in
draw to fix the problem some months ago.
Copy the current state of package draw from the repository and put it
into the local share folder. That should work.
Thanks, Mario. I elected to write a sed script to filter
maxout.gnuplot, rather than do something more intrusive. Eventually
Ubuntu will pick up your changes and the problem will be fixed.
Leo