From 0c9e9bc4576f4bf87cecf6e56fbfa997632ceec1 Mon Sep 17 00:00:00 2001 From: Antony Schutz Date: Mon, 8 Jan 2018 09:44:28 +0100 Subject: type in title target instead of traget --- examples/plot_OT_L1_vs_L2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/plot_OT_L1_vs_L2.py') 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 -- cgit v1.2.3