diff --git a/Overlap/Analysis/plot_components.py b/Overlap/Analysis/plot_components.py index ce680efab4e79482e2901f6af435d8cfaf560195..76e2b2469dcbbf0631ce1a0430aadc7245df323d 100755 --- a/Overlap/Analysis/plot_components.py +++ b/Overlap/Analysis/plot_components.py @@ -81,6 +81,7 @@ def plot_nbunch(G, nbunch, color="#1f78b4", label=None, ax=None): if ax is None: ax = plt.gca() + pos = G.nodes.data("coordinates") nbunch_plot = nbunch.copy()