On Mon, Aug 17, 2009 at 10:16 PM, docfleetwood<docfleetw...@gmail.com> wrote: > > Is there a way to display 2 graphs side by side? For example, I have > a digraph 'a'. I delete a vertex and display the new 'a'. But I want > to be able to display the original 'a' next to it for easy > comparison. I can easily get one above the other but I still have to > scroll up and down, so I was hoping I could get them side by side. >
Use graphics_array to display arbitrary grids of graphs. graphics_array([[graphs.PetersenGraph().plot(), graphs.IcosaahedralGraph().plot()]]) William --~--~---------~--~----~------------~-------~--~----~ 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 URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---