plot_graph#
- iqm.applications.graph_utils.plot_graph(plot_data)[source]#
Renders the graph using
matplotlibandnetworkx.Displays the resulting plot via
plt.show().- Parameters:
plot_data (PlotData) – The prepared plot data, as returned by
prepare_plot_data().- Return type:
None