On Dec 21, 2007 1:47 AM, Jason Grout <[EMAIL PROTECTED]> wrote:
>
> I ran across the following problem today.  In a notebook cell, I have
>
> from sage.plot.plot3d.all import Sphere
> Sphere(1).show()
> plot(x^3,xmin=0,xmax=1).show()
>
> and the plot comes up first and the sphere shows second (on my 850 Mhz
> PIII running ubuntu 7.10). This is confusing, especially when there are
> many, many plots and I'm counting to see which command generated which
> plot.  Does this show up for anyone else?

> I've made it trac #1580.

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.

By the way, it probably won't be long at all until doing

   sphere(1).show()

very quickly gives a (jmol rendered) 3d sphere embedded
right in the browser...

William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to