On Thu, Oct 22, 2009 at 10:09 PM, pong <wypon...@gmail.com> wrote: > > I am using SAGE 4.1.2 notebook on firefox on a Mac. > > k=graphs.CompleteGraph(6) > show(k) > > displays K_6 but the vertices got truncated. I don't have this problem > on a linux machine running SAGE 4.1.1 notebook on firefox. > > Any help? > I would like to include the pic but I don't see how on using this > discussion group.
That's definitely an annoying bug. The only workaround I could easily find (without just fixing the bug) is: k=graphs.CompleteGraph(6) k.plot(graph_border=1) 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 URL: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---