summaryrefslogtreecommitdiff
path: root/examples/plot_OT_L1_vs_L2.py
diff options
context:
space:
mode:
authorAntony Schutz <antonyschutz@gmail.com>2018-01-08 09:44:28 +0100
committerAntony Schutz <antonyschutz@gmail.com>2018-01-08 09:44:28 +0100
commit0c9e9bc4576f4bf87cecf6e56fbfa997632ceec1 (patch)
treedc97d435ac8ed4be021cae43209ab08a6eda01b5 /examples/plot_OT_L1_vs_L2.py
parent42d0aa94e7cb49711a646fe9b263a86cdb817161 (diff)
type in title
target instead of traget
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 090e809..a32a32e 100644
--- a/examples/plot_OT_L1_vs_L2.py
+++ b/examples/plot_OT_L1_vs_L2.py
@@ -52,7 +52,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