This problem was reported via the "report a problem" link: nodes are chopped off when plotting graphs
4.2, mac osx When trying to plot the following graph the nodes are being chopped off (only parts of the nodes appear on the plot). Increasing the option scaling_term - as suggested in the reference - does not help. g1 = Graph({'v1':['v2','v3'], 'v2':['v1','v3','v4','v5'], 'v3':['v1','v2'], 'v4':['v2','v5','v6','v9'], 'v5':['v2','v4'], 'v6':['v4','v7','v8','v9'], 'v7':['v6','v8'], 'v8':['v6','v7','v9'], 'v9':['v4','v6','v8']}) p1 = {'v1': [1.5, 4], 'v2': [1, 3], 'v3': [2, 3], 'v4': [0.5, 2], 'v5': [1.5, 2], 'v6': [0, 1], 'v7': [0, 0], 'v8': [1, 0], 'v9':[1,1]} p=g1.plot(pos=p1) This behavior first appeared with sage version 4.1.2. Until version 4.1.1 the graph was being displayed as desired. The full circle of the nodes should appear on the plot of the graph. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---