On 8/14/10 12:17 PM, William Stein wrote:

On the other hand, I would definitely expect that points([1,2,3]) should
give what you are saying (points (1,1), (2,2), (3,3)).

I don't agree.  Points([1,2,3]) should either give an error or work as
it does now (draws a point in 3d).  I would be fine with it giving an
error... I think points=point right now, which is why you get a point
in 3d, or point([1,2]) gives a point in 2d.


Ah, I forgot about us overloading the points() function to do 3d and 2d points. In that case, I agree with you.

point2d([1,2,3]) could do what I suggested, then.

Jason

--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to