#6249: graph1.plot() + graph2.plot() doesn't zorder correctly
----------------------------+-----------------------------------------------
Reporter: ncalexan | Owner: rlm
Type: defect | Status: new
Priority: major | Milestone: sage-4.1.3
Component: graph theory | Keywords: graph plot z order overlay
Work_issues: | Author:
Reviewer: | Merged:
----------------------------+-----------------------------------------------
Comment(by vbraun):
I disagree. If you do not specify the z-order then there is no good way of
automatically figuring out what to do. Amongst the multitude of possible
behaviours you could even argue that G1.plot() + G2.plot() and G2.plot() +
G1.plot() should be the same as addition is commutative.
Just do G1.plot(zorder=0) + G2.plot(zorder=1) or vice versa if you care
about the z-ordering.
I recommend to close this bug.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6249#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---