There was a recent "report a bug" report on zorder not working for the Disk class. I have fixed this, but discovered something else when one fixes this:
sage: d3 = disk((0,0), 0.5, (0, 2*pi), color = 'green', zorder= 2) sage: d4 = disk((0,0), 0.25, (0, 2*pi), color = 'yellow', zorder=3) sage: d3 # disk lets you see the axes sage: d4 # disk doesn't let you see the axes What is the default zorder for the axes, and should it be changed - that is, should the axes *always* be visible, sometimes, never... or is there some convention on this sort of thing? In any case, we might want to document it if there is something obvious. Also, the default zorder for polygons is 1, but for everything else for which it exists seems to be 0. Is that bad? - kcrisman -- 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