pele.utils.disconnectivity_graph.DisconnectivityGraph.plot

DisconnectivityGraph.plot(show_minima=False, show_trees=False, linewidth=0.5, axes=None, title=None)[source]

draw the disconnectivity graph using matplotlib

don’t forget to call calculate() first

also, you must call pyplot.show() to actually see the plot

Previous topic

pele.utils.disconnectivity_graph.DisconnectivityGraph.label_minima

Next topic

pele.utils.disconnectivity_graph.DisconnectivityGraph.savefig