Ticket #1718 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

[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

trac-1718.patch Download (1008 bytes) - added by was 5 years ago.

Change History

Changed 5 years ago by was

comment:1 Changed 5 years ago by was

  • Summary changed from bug in parametric_plot to [with patch; needs review] bug in parametric_plot

comment:2 Changed 5 years ago by mabshoff

  • Summary changed from [with patch; needs review] bug in parametric_plot to [with patch, with positive review] bug in parametric_plot

Looks good to me.

Cheers,

Michael

comment:3 Changed 5 years ago by mabshoff

Merged in Sage 2.10.1.alpha1

comment:4 Changed 5 years ago by mabshoff

  • Status changed from new to closed
  • Resolution set to fixed

Merged in Sage 2.10.1.alpha1 - and this time I closed the ticket, too.

Note: See TracTickets for help on using tickets.