draw2d line type dots?



thanks, Jaime,

I needed the draw2d to make a complicated scattering angle diagram with
many handcrafted features, so decided against plot2d.

ted

----- Original Message ----- 
From: "Jaime Villate" <villate at fe.up.pt>
To: "Edwin Woollett" <woollett at charter.net>
Cc: "maxima mailing list" <maxima at math.utexas.edu>
Sent: Wednesday, December 19, 2007 2:15 AM
Subject: Re: [Maxima] 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
> 
>