Glad these are already known. Here's some followup:

What should be the expected behavior of the following? I present
analogies.

1. If
sage: plot(1)
should now give a line, as suggested above because of common use, then
one might think
sage: plot((0,1))
would give a point in 2-space?

2. If
sage: plot([sin,cos])
gives two nice curves, and the suggestion for
sage: plot(1)
above is implemented, then shouldn't
sage: plot([0,1])
give two lines?  My ignorance shows here, because maybe this would
come automatically in the code if that was implemented.

3. What the heck should
sage: plot(0,1)
return?  Since
sage: plot(sin,cos)
currently returns an error, one might expect this to throw an
exception as well, but it doesn't.

- kcrisman
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to