Dear Dan,

On Apr 8, 8:10 am, Dan Drake <[EMAIL PROTECTED]> wrote:
>   plot(2, x, -1, 1)
>
> I *don't* want to see the numeral "2" printed at the origin, and I can't
> imagine anybody who would.

I partially agree:
"Partially", because sometimes one *does* want to plot something
different from a function (e.g., a numeral).
"Agree", because i think most people will intuitively assume that
plot(2,x,-1,1) should coerce Integer(2) to the constant function.

Note that
 plot(2+0*x,x,-1,1)
and
 plot(symbolic_expression(2),x,-1,1)
both work. Is there a more elegant solution/workaround?

Yours
      Simon

--~--~---------~--~----~------------~-------~--~----~
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