Skip to content

Commit 13054c6

Browse files
committed
working partial gromov with 3d plot
1 parent 7da2d99 commit 13054c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/plot_partial_wass_and_gromov.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
# Author: Laetitia Chapel <laetitia.chapel@irisa.fr>
1212
# License: MIT License
1313

14+
# necessary for 3d plot even if not used
15+
from mpl_toolkits.mplot3d import Axes3D # noqa
1416
import scipy as sp
1517
import numpy as np
1618
import matplotlib.pylab as pl

0 commit comments

Comments
 (0)