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

bug in parametric_plot #1718

Closed
wdjoyner opened this issue Jan 7, 2008 · 4 comments
Closed

bug in parametric_plot #1718

wdjoyner opened this issue Jan 7, 2008 · 4 comments

Comments

@wdjoyner
Copy link

wdjoyner commented Jan 7, 2008

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'

Component: graphics

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

@williamstein
Copy link
Contributor

Attachment: trac-1718.patch.gz

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Jan 21, 2008

comment:2

Looks good to me.

Cheers,

Michael

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Jan 21, 2008

comment:3

Merged in Sage 2.10.1.alpha1

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Jan 21, 2008

comment:4

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

@sagetrac-mabshoff sagetrac-mabshoff mannequin closed this as completed Jan 21, 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

2 participants