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

notebook shows graphics out of order #1580

Closed
jasongrout opened this issue Dec 21, 2007 · 3 comments
Closed

notebook shows graphics out of order #1580

jasongrout opened this issue Dec 21, 2007 · 3 comments

Comments

@jasongrout
Copy link
Member

from sage.plot.plot3d.all import Sphere
Sphere(1).show()
plot(x^3,xmin=0,xmax=1).show()

shows the plot first and the sphere second on my computer (old 850 Mhz PIII running ubuntu 7.10). This is confusing.

Component: notebook

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

@sagetrac-cwitty
Copy link
Mannequin

sagetrac-cwitty mannequin commented Dec 21, 2007

comment:1

William says,

This will likely happen for everybody.  It is likely caused by the 3d
graphics not
calling the right function to get the next default png filename.
Thanks for reporting it. 

@rlmill
Copy link
Mannequin

rlmill mannequin commented Dec 22, 2007

comment:2

Attachment: trac-1580.patch.gz

@rlmill
Copy link
Mannequin

rlmill mannequin commented Dec 23, 2007

comment:3

merged in 2.9.1 rc2

@rlmill rlmill mannequin closed this as completed Dec 23, 2007
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