[sage-support] Re: Graphics3D Question

2008-11-24 Thread Marshall Hampton
This has bothered me too and I think it is a bug. I have made it trac ticket #4604. It shouldn't be too hard to fix. As a workaround I am currently doing something like: g = point3d((0,0,0),opacity = 0) which gives you an invisible point at the origin. -M. Hampton On Nov 24, 9:47 am,

[sage-support] Re: Graphics3D Question

2008-11-24 Thread William Stein
On Mon, Nov 24, 2008 at 7:47 AM, Chris Fronk [EMAIL PROTECTED] wrote: I'm not sure if this is a bug or just something I'm misunderstanding, but for 2D graphics I can write code like this. g = Graphics() g += line( [ [-1,-1], [1,1] ] ) g.show() But in 3D if I do either g = Graphics() g