marta-marta commited on
Commit
cf4f4b2
·
1 Parent(s): 926f1ea

Updating T-SNE Plot

Browse files
Files changed (1) hide show
  1. Data_Plotting/Plot_TSNE.py +1 -1
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=12)
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