I meant the list is in the form
[[x1,y1],[x2,y2],...[xn,yn]] of floats or big floats, it doesn?t matter which.
From: Richard Hennessy
Sent: Saturday, May 12, 2012 6:54 PM
To: Maxima List
Subject: wxdraw2d
I have noticed a bug in wxplo2d with the points() graphic object.
draw2d(points_joined=true,color=blue, point_type=dot,point_size=1,points(N));
works fine most of the time but sometimes it just echo?s the input to the wMaxima output.
wxdraw2d(points_joined=true,color=blue, point_type=dot,point_size=1,points(N));
gives an empty window with a big x in it and the message
Error
C:/Users/Richard Hennessy/maxout_2.png
wxWidgets: 2.8.12
Unicode Support: no
Maxima version: 5.27.0
Lisp: GNU Common Lisp (GCL) GCL 2.6.8 (a.k.a. GCL)
build_info();
build_info("5.27.0","2012-05-08 11:27:57","i686-pc-mingw32","GNU Common Lisp (GCL)","GCL 2.6.8")
I am using Windows 7 professional.
The list N is 1200 points long and in the form [[x1,y1],[x2],[y2],...[xn],[yn]] of floats or big floats, it doesn?t matter which.
Rich