plot_graph

Contents

plot_graph#

iqm.applications.graph_utils.plot_graph(plot_data)[source]#

Renders the graph using matplotlib and networkx.

Displays the resulting plot via plt.show().

Parameters:

plot_data (PlotData) – The prepared plot data, as returned by prepare_plot_data().

Return type:

None