diff --git a/plot.py b/plot.py index a5f1b25..8a12445 100644 --- a/plot.py +++ b/plot.py @@ -109,7 +109,7 @@ ax.imshow( origin="lower", cmap=color_map, norm=color_norm, - alpha=0.15 + alpha=0.1 ) # Plot encoded vectors @@ -139,6 +139,7 @@ ax.scatter( c=list(range(len(encoded_vectors))) * noisy_count, cmap=color_map, norm=color_norm, + alpha=0.7, zorder=8 )