draw2d line type dots?



On Tue, 2007-12-18 at 11:25 -0800, Edwin Woollett wrote:
> I can't get draw2d line_type = dots to work ; just get a solid line. 

You can also use plot2d. Of course, with only two tiny dots it will be
very hard to see them, and you must define a larger domain to prevent
the two dots from falling over the axes:

(%i1) p1: [ [0,0],[5,5] ]$
(%i2) plot2d([discrete, p1],[style,dots],[x,-1,6],[y,-1,6])$

Regards,
Jaime Villate