I copied/pasted it from the notebook, so its not a typo.
I opened it by navigating manually through the filesystem, but the
address is correct (with the leading /).
I haven't had a problem of this type before, and I have done some very
similar things. The trouble began when I was writing some f
On May 16, 2007, at 1:35 PM, Marshall Hampton wrote:
> 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
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