summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-04-20 15:03:30 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-04-20 15:03:30 +0200
commit13054c65dc0f4731a1d9a9e5294160035627f910 (patch)
tree4f09a325bffd69977d58aadb1a7b991c98f95995 /examples
parent7da2d99d628f71b08cefb01fc31d57d76196bcb7 (diff)
working partial gromov with 3d plot
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/plot_partial_wass_and_gromov.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/plot_partial_wass_and_gromov.py b/examples/plot_partial_wass_and_gromov.py
index 30b3fc0..01141f2 100755
--- a/examples/plot_partial_wass_and_gromov.py
+++ b/examples/plot_partial_wass_and_gromov.py
@@ -11,6 +11,8 @@ distance computation in POT.
# Author: Laetitia Chapel <laetitia.chapel@irisa.fr>
# License: MIT License
+# necessary for 3d plot even if not used
+from mpl_toolkits.mplot3d import Axes3D # noqa
import scipy as sp
import numpy as np
import matplotlib.pylab as pl