no wxplots with Maxima build from 2013-12-15



Sorry, I hit the send button too fast. (Strg+Enter I use in wxMaxima sends
an e-mail in googlemail).

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.


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.

The files /doc/info/figures/contour<n>.gif had been removed from git but it
seems that they are needed somewhere.

Volker




2013/12/16 Volker van Nek <volkervannek at gmail.com>

> Hi Jaime, now there is a wxplot.
>
> wxplot2d([f(x)], [x,-6,1.5], [y,0,3], [gnuplot_preamble, "set grid"])$
>
> Here my resulting maxout.gnuplot
>
> set terminal png size 500,300; set zeroaxis;; ; set grid <----- !
> unset colorbox
>
> set term png
> set out "/home/volker/maxout_1.png"
> set xlabel "x"
> set ylabel "(x-1)^2*%e^x"
> set grid front <----------------------------- !
> unset grid <----------------------------- !
>
> set size ratio 0.75
> set xrange [-6.0 : 1.5]
> set yrange [0.0 : 3.0]
> set zeroaxis
> set datafile missing "NaN"
> plot [-6.0 : 1.5] [0.0 : 3.0] '-' notitle with lines lt rgb "#0000ff"
> -6. 0.12145885665665157
> -5.967672413793103 0.1242934517589608
> ...
>
>
>
>
>
>
> 2013/12/16 Jaime Villate <villate at fe.up.pt>
>
>> On 15-12-2013 22:35, Jaime Villate wrote:
>>
>>> There is also that ;; ""; that I will have to investigate and that I
>>> hole will not confuse Gnuplot.
>>> I'm keeping my fingers crossed.
>>>
>> Well, it does trigger an error in Gnuplot. I have sent yet another commit
>> and now $get_plot_option and get-plot-option-string work exactly as they
>> did in previous versions. This should finally solve the problems with
>> wxplot.
>> Jaime
>>
>>
>