no wxplots with Maxima build from 2013-12-15



Hi,
OK, other than setting  up a preamble, I see that wxplot2d uses 
something such as:
  plot2d(sin(x),[x,0,6],[plot_format,gnuplot],[gnuplot_term,"pngcairo"],[gnuplot_out_file,"./sin.png"]);

and that command fails because the plot2d is expecting a symbol for 
gnuplot_term, rather than a string.
I will soon commit a fix for that and we will give it another try. 
Thanks for your valuable help.

Regards,
Jaime

On 15-12-2013 19:22, Volker van Nek wrote:
> Hi Jaime,
>
> I just compiled and installed from git (master branch). The problem 
> remains.
>
> plot_options: get_plot_option();
> doesn't help.
>
> Sorry for the bad news.
> Regards
> Volker
>
>
> 2013/12/15 Jaime Villate <villate at fe.up.pt <mailto:villate at fe.up.pt>>
>
>     Hi again,
>     I think I have fixed it with a commit I just sent. Please try it
>     out and let me know the result.
>     Best regards,
>
>     Jaime
>
>     On 15-12-2013 16:43, Volker van Nek wrote:
>
>         wxplots work in build from 2013-12-08 :
>
>         wxMaxima version: 13.4.0
>         Maxima version: branch_5_31_base_211_gc195e6c_dirty
>         Maxima build date: 2013-12-08 14:20:43
>         Host type: i686-pc-linux-gnu
>         Lisp implementation type: GNU Common Lisp (GCL)
>         Lisp implementation version: GCL 2.6.8
>
>         wxplots don't work in build from 2013-12-15 :
>
>         wxMaxima version: 13.4.0
>         Maxima version: branch_5_31_base_242_gce6f353
>         Maxima build date: 2013-12-15 13:01:39
>         Host type: i686-pc-linux-gnu
>         Lisp implementation type: GNU Common Lisp (GCL)
>         Lisp implementation version: GCL 2.6.8
>
>         Any ideas?
>
>         Volker van Nek
>
>
>