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

[with patch at #1833; needs review] ctl-c doesn't exit job in parametric_plot3d #1737

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

Comments

@wdjoyner
Copy link

wdjoyner commented Jan 9, 2008

The following paraterization of the Mobius strip
takes a very long time and won't quit when ctl-c is
used:

sage: u,v = var("u,v")
sage: parametric_plot3d([cos(u)*(1+v*cos(u/2)), sin(u)*(1+v*cos(u/2)), v*sin(u/2)], (-2, 2), (-2, 2)).show()
^D
^CControl-C pressed.  Interrupting Maxima. Please wait a few seconds...

This error message repeats ever time you proess ctl-c.

Component: graphics

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

@wdjoyner
Copy link
Author

wdjoyner commented Jan 9, 2008

comment:1

This works much faster:
sage: parametric_plot3d([0.5cos(u)(1+vcos(u/2)), 0.5sin(u)(1+vcos(u/2)), v*sin(u/2)], (u,-2, 2), (v,-2, 2)).show()

and is more efficient.

@sagetrac-mabshoff

This comment has been minimized.

@sagetrac-mabshoff sagetrac-mabshoff mannequin added this to the sage-2.10.1 milestone Jan 18, 2008
@williamstein
Copy link
Contributor

comment:3

This is fixed by #1833.

@williamstein williamstein changed the title ctl-c doesn't exit job in parametric_plot3d [with patch at #1833; needs review] ctl-c doesn't exit job in parametric_plot3d Jan 18, 2008
@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Jan 21, 2008

comment:4

Merged in Sage 2.10.1.alpha1 (patch from #1833)

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