diff --git a/src/text_clustering.py b/src/text_clustering.py index 26e22df..0754757 100644 --- a/src/text_clustering.py +++ b/src/text_clustering.py @@ -316,7 +316,6 @@ def _show_mpl(self, df): kind="scatter", x="X", y="Y", - c="labels", s=0.75, alpha=0.8, linewidth=0,