From bad3d95523d005a4fbf64dd009c716b9dd560fe3 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Fri, 15 Sep 2017 12:41:02 +0200 Subject: clean nico commit mess with its emal --- examples/plot_gromov.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/plot_gromov.py') 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 -- cgit v1.2.3