Update plot_graph.py
Browse files- plot_graph.py +2 -2
plot_graph.py
CHANGED
@@ -89,5 +89,5 @@ def plot_follower_comparison(author_names, dataset_path="followers-leaderboard",
|
|
89 |
# Legend and layout
|
90 |
plt.legend(loc='upper left', bbox_to_anchor=(1, 1), framealpha=0.9)
|
91 |
plt.tight_layout()
|
92 |
-
plt.show()
|
93 |
-
|
|
|
89 |
# Legend and layout
|
90 |
plt.legend(loc='upper left', bbox_to_anchor=(1, 1), framealpha=0.9)
|
91 |
plt.tight_layout()
|
92 |
+
#plt.show()
|
93 |
+
return plt
|