Hi,

On sage-4.7.2, the third line of the following shows two cubes + one
sphere in jmol :

sage: a = cube((1,0,0), color='red') + cube((0,0,3), color='green')
sage: b = a + sphere((0,0,0), color='yellow')
sage: a

I was expecting only two cubes, but the addition changed a. Is this a
normal behavior (I guess no copy has to be made that way) or is this a
bug?

Sébastien, Montréal

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to