summaryrefslogtreecommitdiff
path: root/ot/plot.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2019-07-03 14:11:16 +0200
committerRémi Flamary <remi.flamary@gmail.com>2019-07-03 14:11:16 +0200
commit7402d344240ce94e33c53daff419d4356278d48f (patch)
treec5b1b8f10eaee4c2ecaa12f629255489c2481590 /ot/plot.py
parentd3236cf0cab000b5604f8ede9ebcbdc19d8c213f (diff)
doc in modules
Diffstat (limited to 'ot/plot.py')
-rw-r--r--ot/plot.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ot/plot.py b/ot/plot.py
index 784a372..a409d4a 100644
--- a/ot/plot.py
+++ b/ot/plot.py
@@ -1,5 +1,11 @@
"""
Functions for plotting OT matrices
+
+.. warning::
+ Note that by default the module is not import in :mod:`ot`. In order to
+ use it you need to explicitely import :mod:`ot.plot`
+
+
"""
# Author: Remi Flamary <remi.flamary@unice.fr>