various plot2d issues



Jaime, thanks for your response.

On 4/4/07, Jaime E. Villate <villate at fe.up.pt> wrote:
> version [discrete [2,3]] doesn't work. If you want to plot just one
> point, you would use
>    plot2d([discrete,[[2,3]]],[style,points])
> I think we should keep it that way and extend the syntax so that
> [discrete,[2,3]] is interpreted as [discrete,[[1,2],[2,3]]]

Sounds good to me.  (Sorry for my mistake.)

 The correct way is:
>      plot2d([discrete,[[0,1],[1,5],[2,1]]],[y,0,3])
> which works fine

On my system (Maxima 5.11.0, GCL, Windows 2000, which seems to use
Gnuplot 4.0), it doesn't -- the y range is 1-5, not 0-3.

Thanks again for your response, and your offer to work on these issues!

           -s