summaryrefslogtreecommitdiff
path: root/examples/plot_barycenter_1D.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-09-01 17:38:16 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-09-01 17:38:16 +0200
commitfd76b98726b8f22606d93bb24dc539967472f4a0 (patch)
tree042f0664291eea89d4a737ada2d7b045fc338a8f /examples/plot_barycenter_1D.py
parente800103299d79cf462c89f34647e7741014c5571 (diff)
titlke for notebooks
Diffstat (limited to 'examples/plot_barycenter_1D.py')
-rw-r--r--examples/plot_barycenter_1D.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/plot_barycenter_1D.py b/examples/plot_barycenter_1D.py
index eef8536..620936b 100644
--- a/examples/plot_barycenter_1D.py
+++ b/examples/plot_barycenter_1D.py
@@ -27,7 +27,7 @@ from matplotlib.collections import PolyCollection
##############################################################################
# Generate data
-##############################################################################
+# -------------
#%% parameters
@@ -50,7 +50,7 @@ M /= M.max()
##############################################################################
# Plot data
-##############################################################################
+# ---------
#%% plot the distributions
@@ -62,7 +62,7 @@ pl.tight_layout()
##############################################################################
# Barycenter computation
-##############################################################################
+# ----------------------
#%% barycenter computation
@@ -92,7 +92,7 @@ pl.tight_layout()
##############################################################################
# Barycentric interpolation
-##############################################################################
+# -------------------------
#%% barycenter interpolation