Hi,

I am having trouble getting the show() command to work in the
notebook.  After the following commands:

sage: a = [[[0.0, -1.0], [0.0, 1.0]], [[0.0, 1.0], [0.0, -1.0]]]
sage: pts3=[point((pt[0],pt[1])) for w1 in a for pt in w1]
sage: show(plot(pts3))

nothing happens.  On the terminal display, it acts like the PNG file
is not there:

file not found [Errno 2] No such file or directory: 'Users/guest/
MySAGE/MySAGE/worksheets/test/cells/1/sage0.png'
nomad66-243.d.umn.edu - - [16/May/2007 15:27:33] "GET /Users/guest/
MySAGE/MySAGE/worksheets/test/cells/1/sage0.png?1 HTTP/1.1" 404 -

but it is there, I can open it manually from the filesystem and it
looks fine.

This is using a fully upgraded sage (from 2.1.0.1 up to 2.5.0.2) on an
intel OS X and using firefox for the notebook.

Marshall Hampton


--~--~---------~--~----~------------~-------~--~----~
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-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to