Opened 15 years ago
Closed 15 years ago
#1718 closed defect (fixed)
[with patch, with positive review] bug in parametric_plot
Reported by: | wdj | Owned by: | was |
---|---|---|---|
Priority: | minor | Milestone: | sage-2.10.1 |
Component: | graphics | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
sage: parametric_plot([t, t + RR(pi)], -2, 2, rgbcolor=(1,0,0))
works but not this:
sage: parametric_plot([t, t + pi], -2, 2, rgbcolor=(1,0,0))
<type 'exceptions.AttributeError?'> Traceback (most recent call last)
....
<type 'exceptions.AttributeError?'>: 'Pi' object has no attribute 'number_of_arguments'
Attachments (1)
Change History (5)
Changed 15 years ago by
Attachment: | trac-1718.patch added |
---|
comment:1 Changed 15 years ago by
Summary: | bug in parametric_plot → [with patch; needs review] bug in parametric_plot |
---|
comment:2 Changed 15 years ago by
Summary: | [with patch; needs review] bug in parametric_plot → [with patch, with positive review] bug in parametric_plot |
---|
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Merged in Sage 2.10.1.alpha1 - and this time I closed the ticket, too.
Note: See
TracTickets for help on using
tickets.
Looks good to me.
Cheers,
Michael