Opened 13 years ago
Closed 13 years ago
#3906 closed defect (duplicate)
symbolic plotting bug
Reported by: | kcrisman | Owned by: | gfurnish |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | symbolics | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
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.
Attachments (1)
Change History (2)
Changed 13 years ago by
comment:1 Changed 13 years ago by
- Milestone changed from sage-3.1.2 to sage-duplicate/invalid
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This patch is found also at #3907.