From f88152a7f7467cd2ac93d56c9e2177a950acb8c1 Mon Sep 17 00:00:00 2001 From: Giovanni Stabile Date: Mon, 29 Jun 2026 10:01:02 +0200 Subject: [PATCH] Fix label formatting in subspaces.py There was an extract } that was preventing the plot in tutorial to work --- athena/subspaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/athena/subspaces.py b/athena/subspaces.py index d030c94..8e9bff1 100644 --- a/athena/subspaces.py +++ b/athena/subspaces.py @@ -489,7 +489,7 @@ def plot_sufficient_summary(self, s=40, alpha=0.9, edgecolors='k') - plt.xlabel('Active variable ' + r'$W_1^T \mathbf{\mu}}$', + plt.xlabel('Active variable ' + r'$W_1^T \mathbf{\mu}$', fontsize=18) plt.ylabel(r'$f \, (\mathbf{\mu})$', fontsize=18) elif self.dim == 2: