def fruchterman_reingold_layout(self, graph): return nx.fruchterman_reingold_layout(graph,center=[0.5,0.5])