On Mon, 07 Apr 2008 at 08:10PM -0700, kcrisman wrote:
> Final comment - are both related to
> sage: parametric_plot((0,t),0,1)
> not working, which is consistent with
> sage: plot(1)
> not returning a horizontal line, but (sort of) inconsistent with
> sage: plot(sin)
> returning a curve, since Integer(1) is not callable symbolically?
> Sorry for the self-responses, just trying to clarify in case there
> really is something here worth looking at.

I think I've run into this problem before, where constants cannot be
coerced into functions. I really wish that worked; when I type

  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.

Dan

-- 
---  Dan Drake <[EMAIL PROTECTED]>
-----  KAIST Department of Mathematical Sciences
-------  http://math.kaist.ac.kr/~drake

Attachment: signature.asc
Description: Digital signature

Reply via email to