Subject: no wxplots with Maxima build from 2013-12-15
From: Volker van Nek
Date: Mon, 16 Dec 2013 09:40:27 +0100
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
>
>