summaryrefslogtreecommitdiff
path: root/examples/plot_gromov.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-09-15 12:41:02 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-09-15 12:41:02 +0200
commitbad3d95523d005a4fbf64dd009c716b9dd560fe3 (patch)
tree250d88fc139b0fce2f05892a0810b8b1917805b8 /examples/plot_gromov.py
parentd27e14cb4a48e76ab132c53aca56155e9be50bda (diff)
clean nico commit mess with its emal
Diffstat (limited to 'examples/plot_gromov.py')
-rw-r--r--examples/plot_gromov.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/plot_gromov.py b/examples/plot_gromov.py
index dce66c4..5132024 100644
--- a/examples/plot_gromov.py
+++ b/examples/plot_gromov.py
@@ -3,6 +3,7 @@
==========================
Gromov-Wasserstein example
==========================
+
This example is designed to show how to use the Gromov-Wassertsein distance
computation in POT.
"""
@@ -15,7 +16,7 @@ computation in POT.
import scipy as sp
import numpy as np
import matplotlib.pylab as pl
-
+from mpl_toolkits.mplot3d import Axes3D # noqa
import ot