summaryrefslogtreecommitdiff
path: root/ot/plot.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-07-26 12:15:40 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-07-26 12:15:40 +0200
commit00970175c0f8ba9a99b61a182b32e329f219d382 (patch)
treef8009c8947360a7f46affec6525edbceeb018796 /ot/plot.py
parentfac003de3d3a159bb8fb6228786479cdede2df4e (diff)
add license and authors on all modules
Diffstat (limited to 'ot/plot.py')
-rw-r--r--ot/plot.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ot/plot.py b/ot/plot.py
index 61afc9f..784a372 100644
--- a/ot/plot.py
+++ b/ot/plot.py
@@ -2,6 +2,9 @@
Functions for plotting OT matrices
"""
+# Author: Remi Flamary <remi.flamary@unice.fr>
+#
+# License: MIT License
import numpy as np
import matplotlib.pylab as pl