def get_core_graph(self): """ :return: Isd graphviz core graph with correct formatting """ return Graph(name='cluster_core', graph_attr={'color': 'red', 'label': '', 'style': 'rounded'})