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 += sphere( (1,1,1), 2 )
g.show()
or
g = sage.plot.plot3d.base.Graphics3dGroup
Does anyone know of a way in Sage to export the output of a %html cell
to a pdf or dvi file?
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, v