On Tue, 2007-10-02 at 08:49 -0600, Robert Dodier wrote:
> > Maxima encountered a Lisp error: Type-error in
> > KERNEL::OBJECT-NOT-LIST-ERROR-HANDLER: |&STYLE,[POINTS,4,3,3]|
> is not of
> > type LIST
>
> |&STYLE,[POINTS,4,3,3]| is a Maxima string, which suggests that
> you entered "style,[points,4,3,3]" but the quote marks should be
> omitted.
plot2d expected a list:
[style,[points,4,3,3]]