summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMokhtar Z. Alaya <mzalaya@Mokhtars-iMac.local>2020-01-18 09:48:00 +0100
committerMokhtar Z. Alaya <mzalaya@Mokhtars-iMac.local>2020-01-18 09:48:00 +0100
commitb6fa567fcb8eaef0699cc8d8ca087ad9c1fb05de (patch)
treed97432a58adb5dbbdc017fa735ef32123d12aca0 /examples
parent7c25e0725e357e4beecc3bfb6f1468a5b5140e74 (diff)
clean
Diffstat (limited to 'examples')
-rw-r--r--examples/plot_screenkhorn_1D.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/plot_screenkhorn_1D.py b/examples/plot_screenkhorn_1D.py
index bfd374e..840ead8 100644
--- a/examples/plot_screenkhorn_1D.py
+++ b/examples/plot_screenkhorn_1D.py
@@ -65,4 +65,4 @@ nt_budget = 30 # budget number of points to be keeped in the target distributio
G_screen = screenkhorn(a, b, M, lambd, ns_budget, nt_budget, uniform=False, restricted=True, verbose=True)
pl.figure(4, figsize=(5, 5))
ot.plot.plot1D_mat(a, b, G_screen, 'OT matrix Screenkhorn')
-pl.show() \ No newline at end of file
+pl.show()