summaryrefslogtreecommitdiff
path: root/ot/plot.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-10-24 16:53:34 +0200
committerRémi Flamary <remi.flamary@gmail.com>2016-10-24 16:53:34 +0200
commit176ff069483b9ba630af8a00ce5edc104168c0a2 (patch)
tree12e0a6796f21a4fe840833dd9668ffcb72ace317 /ot/plot.py
parentaf99bcb8b307e6460e061bff205b1d1b5a575e46 (diff)
comments in modules
Diffstat (limited to 'ot/plot.py')
-rw-r--r--ot/plot.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ot/plot.py b/ot/plot.py
index ce5444e..d172c90 100644
--- a/ot/plot.py
+++ b/ot/plot.py
@@ -1,3 +1,7 @@
+"""
+Functions for plotting OT matrices
+"""
+
import numpy as np
import matplotlib.pylab as pl