Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

symbolic plotting bug #3906

Closed
kcrisman opened this issue Aug 20, 2008 · 1 comment
Closed

symbolic plotting bug #3906

kcrisman opened this issue Aug 20, 2008 · 1 comment

Comments

@kcrisman
Copy link
Member

No response on sage-support, so I deem this a bug, not a feature:

sage: plot(sin,0,pi)
<plots fine>
sage: plot(2*sin,0,pi)
<boom>

Although I suppose we should always include variables -

sage: plot(2*sin(x),0,pi)
<plots fine>

- for consistency's (and ease of use's) sake both of the above should
work. 

Component: symbolics

Issue created by migration from https://trac.sagemath.org/ticket/3906

@rlmill
Copy link
Mannequin

rlmill mannequin commented Sep 5, 2008

comment:1

Attachment: trac_3906.patch.gz

This patch is found also at #3907.

@rlmill rlmill mannequin added r: duplicate and removed p: major / 3 labels Sep 5, 2008
@rlmill rlmill mannequin closed this as completed Sep 5, 2008
@rlmill rlmill mannequin removed this from the sage-3.1.2 milestone Sep 5, 2008
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant