Skip to content

Commit

Permalink
changing the label for the scatterplot
Browse files Browse the repository at this point in the history
  • Loading branch information
ShantanuKodgirwar committed Oct 28, 2024
1 parent f9bb4a2 commit 1d9035e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion scripts/curve_Nd.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def scatter_matrix(n_dim, samples, methods, algos, savedir, filename, savefig=Fa
legend_size = 24 # Size for legend

# create dir to save scatter matrices
labels = [rf"$\mathbb{{S}}_{{{i}}}$" for i in range(n_dim)]
labels = [rf"$x_{i}$" for i in range(n_dim)]

# Set default font sizes for matplotlib
plt.rcParams.update(
Expand Down
14 changes: 7 additions & 7 deletions scripts/visualize_Ndcurve.ipynb

Large diffs are not rendered by default.

0 comments on commit 1d9035e

Please sign in to comment.