On 11/04/2013 12:52 PM, Jochen Ziegenbalg wrote:
> Thank you, Paul,
> but actually both commands were written in different cells and
> evaluated separately (first the FL assignment, then the wxplot command).
> (I had checked that the list FL was OK.)
> Best regards,
> Jochen
>
Jochen,
wxMaxima does automatically terminate unterminated entries with a ";".
Your initial message did not make it clear that your entries went to
different cells, so I entered your commands in a single cell and got errors.
Also, I'm working on a Linux platform and do not have easy access to a
Windows platform.
Paul
>
> On Mon, Nov 4, 2013 at 9:26 PM, Paul Bowyer <pbowyer at olynet.com
> <mailto:pbowyer at olynet.com>> wrote:
>
> 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 <mailto: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]);
>
>