To those who create the Windows and MacOS X installers: I would be
grateful if you could make sure that GNUPLOT 4.4 includes support for
the pngcairo terminal. It would enable the draw package to create much
more beautiful anti-aliased inline plots in wxMaxima after setting
draw_use_pngcairo:true;
You could test the resulting package by typing the following commands
in wxMaxima:
draw_use_pngcairo:true; /* This could be added to maxima-init.mac */
load(drawdf);
wxdrawdf(x^2-y^2, [x,-2,2], [y,-2,2]);
Thanks!
Mark
Robert Dodier <robert.dodier at gmail.com> writes:
> Hi, I've tagged version-5_23_1 in CVS and uploaded rpms
> and tar.gz to the Sourceforge file manager.
> Should be able to find them there now:
> http://sourceforge.net/projects/maxima/files/
>
> If someone can create a Windows installer, that would be great.
>
> If there aren't any problems (well, any new problems, at least)
> then I'll make a general announcement about this release.
>
> Sorry that it seems to have taken us longer than usual
> to get to this point. Oh well, that's the way the cookie crumbles.
>
> best
>
> Robert Dodier