Skip to content

Commit 8dbfd3e

Browse files
committed
restore 3d axes in exmaple
1 parent e2733d3 commit 8dbfd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/demo_barycenter_1D.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import numpy as np
99
import matplotlib.pylab as pl
1010
import ot
11-
11+
from mpl_toolkits.mplot3d import Axes3D #necessary for 3d plot even if not used
1212
from matplotlib.collections import PolyCollection
1313

1414

0 commit comments

Comments
 (0)