[sage-devel] Re: Adding plot to polyhedron plot has side effects

2014-02-24 Thread Jason Grout
On 2/24/14 1:22 AM, P Purkayastha wrote: On 02/24/2014 01:55 AM, Robert Lipshitz wrote: Hi, When I add a 3d plot to a polyhedron plot, it doesn't just return a new plot object but also changes the polyhedron plot. On the other hand, adding two 3d plots does not change either of them. For exampl

[sage-devel] Re: Adding plot to polyhedron plot has side effects

2014-02-24 Thread Robert Lipshitz
Thanks -- missed that somehow when searching trac. Robert -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this

[sage-devel] Re: Adding plot to polyhedron plot has side effects

2014-02-23 Thread P Purkayastha
On 02/24/2014 01:55 AM, Robert Lipshitz wrote: Hi, When I add a 3d plot to a polyhedron plot, it doesn't just return a new plot object but also changes the polyhedron plot. On the other hand, adding two 3d plots does not change either of them. For example: sage: x = var('x') sage: y = var('y'