I'm displaying a bunch of posets and prefer the vertices to be orange as opposed to the default blue. The code below works fine, but I'd like to avoid including the option specification by setting the option for vertex colors to be 'orange' and I can't find exactly how to do this. Any help?
example=Poset({0:[2],1:[2],2:[3],3:[]}) example.show(vertex_colors='orange') Ken Levasseur UMass Lowell http://faculty.uml.edu/klevasseur/ads2 -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org