Fwd: Fwd: Maxima Graphik



On 11/04/2013 11:56 AM, Jochen Ziegenbalg wrote:
> Dear
> list,
>
> w
> hen using wxplot
> I
> sometime
> s
> get the graphic wanted, but occasionally (but not always and not 
> predictably) I get the following strange result.
>
> Example:
>
> FL : 
> [[0,0],[1,1],[2,1],[3,2],[4,3],[5,5],[6,8],[7,13],[8,21],[9,34],[10,55],[11,89],[12,144],[13,233], 
> [14,377],[15,610],[16,987],[17,1597],[18,2584],[19,4181],[20,6765]]
> wxplot2d([discrete, FL]);
> /
> Output (instead of
> the
> graphic):
> /     wxxmltag(C:/Users/Ziegenbalg/maxout_2.png, img)
>
> If you have an idea as to what might be the cause, please let me know.
> I use Maxima 5.31.2 with wxMaxima 13.04.2 under Windows.
>
> Thank you very much,
> Jochen Ziegenbalg
>
>
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
Hello, Jochen,

I think your FL assignment should be terminated with a $ or a ; and then 
it will work.
Example:
FL : 
[[0,0],[1,1],[2,1],[3,2],[4,3],[5,5],[6,8],[7,13],[8,21],[9,34],[10,55],[11,89],[12,144],[13,233], 
[14,377],[15,610],[16,987],[17,1597],[18,2584],[19,4181],[20,6765]];
wxplot2d([discrete, FL]);