summaryrefslogtreecommitdiff
path: root/examples/barycenters/plot_generalized_free_support_barycenter.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/barycenters/plot_generalized_free_support_barycenter.py')
-rw-r--r--examples/barycenters/plot_generalized_free_support_barycenter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/barycenters/plot_generalized_free_support_barycenter.py b/examples/barycenters/plot_generalized_free_support_barycenter.py
index e685ec7..a4d081b 100644
--- a/examples/barycenters/plot_generalized_free_support_barycenter.py
+++ b/examples/barycenters/plot_generalized_free_support_barycenter.py
@@ -57,7 +57,7 @@ weights = np.array([1 / 3, 1 / 3, 1 / 3])
# Number of barycenter points to compute
n_samples_bary = 150
-# Send the input measures into 3D space for visualisation
+# Send the input measures into 3D space for visualization
X_visu = [Xi @ Pi for (Xi, Pi) in zip(X_list, P_list)]
# Plot the input data