summaryrefslogtreecommitdiff
path: root/examples/plot_partial_wass_and_gromov.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/plot_partial_wass_and_gromov.py')
-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 9f95a70..0c5cbf9 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
+# sphinx_gallery_thumbnail_number = 2
+
# necessary for 3d plot even if not used
from mpl_toolkits.mplot3d import Axes3D # noqa
import scipy as sp