summaryrefslogtreecommitdiff
path: root/examples/plot_OT_L1_vs_L2.py
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2018-02-20 15:58:05 +0100
committerGitHub <noreply@github.com>2018-02-20 15:58:05 +0100
commit5ff8030ce300f3d066e1edba2b36e60709b023b8 (patch)
tree2dd1ebb2df770173dd45b4c3f65c1872f3d9b297 /examples/plot_OT_L1_vs_L2.py
parent1ebc6c8129b1f5c9118607b3b4953247b5dd10fd (diff)
parent0c9e9bc4576f4bf87cecf6e56fbfa997632ceec1 (diff)
Merge pull request #39 from DeVerMyst/master
typo in title
Diffstat (limited to 'examples/plot_OT_L1_vs_L2.py')
-rw-r--r--examples/plot_OT_L1_vs_L2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/plot_OT_L1_vs_L2.py b/examples/plot_OT_L1_vs_L2.py
index c1ed226..37b429f 100644
--- a/examples/plot_OT_L1_vs_L2.py
+++ b/examples/plot_OT_L1_vs_L2.py
@@ -53,7 +53,7 @@ pl.clf()
pl.plot(xs[:, 0], xs[:, 1], '+b', label='Source samples')
pl.plot(xt[:, 0], xt[:, 1], 'xr', label='Target samples')
pl.axis('equal')
-pl.title('Source and traget distributions')
+pl.title('Source and target distributions')
# Cost matrices