On 2/1/07, Neilen Marais <nmarais at sun.ac.za> wrote:
> Using Maxima 5.9.11, plot2d commands such as
>
> plot2d([discrete, x, y]) or plot2d([discrete, xy]) seem to work fine, so
> long as the x values are integers. If x is not integral an error
> occurs.
Rats. Try plot2d([discrete, ...]), numer; to convert rationals to floats.
I guess we should fix that.
> BTW, the scatter1/2 tip listed here:
> http://maxima.sourceforge.net/wiki/index.php/Maxima%20helpful%20hints
>
> does not seem work with the ['foo, 0, 1] bit included. Removing that makes
> it work. Perhaps I should also edit the wiki to reflect this?
Actually if you want to just cut it out entirely that's OK by me --
there is now a function dataplot (in the descriptive package) which
makes scatterplots.
HTH
Robert