Subject: no wxplots with Maxima build from 2013-12-15
From: Jaime Villate
Date: Mon, 16 Dec 2013 11:56:36 +0000
On 16-12-2013 08:49, Volker van Nek wrote:
>
>
> I wanted to write that now the grid is missing. With
>
> wxplot2d([f(x)], [x,-6,1.5], [y,0,3], [gnuplot_preamble, "set grid"])$
>
> I should get a grid.
There are two possibilities that should work with the new version of Maxima:
wxplot2d([f(x)], [x,-6,1.5], [y,0,3], grid2d)$
wxplot2d([f(x)], [x,-6,1.5], [y,0,3], [gnuplot_epilogue, "set grid"])$
>
> Now there is a new problem while compiling. Don't know if that is
> related.
>
> make[4]: Betrete Verzeichnis '/home/volker/Maxima/git/131216/doc/info'
> make[4]: F?r das Ziel ?install-exec-am? ist nichts zu tun.
> make[4]: *** Keine Regel vorhanden, um das Target ?figures/contour1.gif?,
> ben?tigt von ?install-datafiles?, zu erstellen. Schluss.
Oh yes, I committed a new file doc/info/Makeinfo.in, but for some reason
it does not appear in the repository.
In that file one has to remove contour?.* and implicit_plot?.* which
were renamed plotting?.*.
I will try to commit that file again.
Regards,
Jaime