summaryrefslogtreecommitdiff
path: root/examples/others/plot_factored_coupling.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/others/plot_factored_coupling.py')
-rw-r--r--examples/others/plot_factored_coupling.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/others/plot_factored_coupling.py b/examples/others/plot_factored_coupling.py
index b5b1c9f..02074d7 100644
--- a/examples/others/plot_factored_coupling.py
+++ b/examples/others/plot_factored_coupling.py
@@ -47,8 +47,8 @@ pl.title('Source and target distributions')
# %%
-# Compute Factore OT and exact OT solutions
-# --------------------------------------
+# Compute Factored OT and exact OT solutions
+# ------------------------------------------
#%% EMD
M = ot.dist(xs, xt)
@@ -61,7 +61,7 @@ Ga, Gb, xb = ot.factored_optimal_transport(xs, xt, a, b, r=4)
# %%
# Plot factored OT and exact OT solutions
-# --------------------------------------
+# ---------------------------------------
pl.figure(2, (14, 4))