Commit
·
cf4f4b2
1
Parent(s):
926f1ea
Updating T-SNE Plot
Browse files
Data_Plotting/Plot_TSNE.py
CHANGED
@@ -37,7 +37,7 @@ def plot_dimensionality_reduction(x, y, label_set, title):
|
|
37 |
|
38 |
plt.legend(numpoints=1)
|
39 |
plt.xlabel("Dimension 1")
|
40 |
-
plt.ylabel("Dimension 2", fontsize=
|
41 |
########################################################################################################################
|
42 |
"""
|
43 |
# Use for personal plotting
|
|
|
37 |
|
38 |
plt.legend(numpoints=1)
|
39 |
plt.xlabel("Dimension 1")
|
40 |
+
plt.ylabel("Dimension 2", fontsize=8)
|
41 |
########################################################################################################################
|
42 |
"""
|
43 |
# Use for personal plotting
|