summaryrefslogtreecommitdiff
path: root/ot/plot.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-10-24 11:04:07 +0200
committerRémi Flamary <remi.flamary@gmail.com>2016-10-24 11:04:07 +0200
commit8e1c66e7eadb35daa3f7c482cc820944d90fef33 (patch)
treeb2b52ec7425da24dc68c7d3e086ec9619488f414 /ot/plot.py
parentb9ae39adae1d1a16f6bfb79e73c0d67d3157e1de (diff)
update doc
Diffstat (limited to 'ot/plot.py')
-rw-r--r--ot/plot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot/plot.py b/ot/plot.py
index b8357b1..743ab4a 100644
--- a/ot/plot.py
+++ b/ot/plot.py
@@ -5,7 +5,7 @@ from matplotlib import gridspec
def otplot1D(a,b,M,title=''):
- """ Plot a with the source and target 1D distribution """
+ """ Plot matrix M with the source and target 1D distribution """
na=M.shape[0]
nb=M.shape[1]