Ticket #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: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| 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
Change History
comment:1 Changed 5 years ago by was
- Summary changed from bug in parametric_plot to [with patch; needs review] bug in parametric_plot
Note: See
TracTickets for help on using
tickets.

