Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73088a commit e5f5765Copy full SHA for e5f5765
1 file changed
lib/mpl_toolkits/mplot3d/tests/test_art3d.py
@@ -3,7 +3,11 @@
3
import matplotlib.pyplot as plt
4
5
from matplotlib.backend_bases import MouseEvent
6
-from mpl_toolkits.mplot3d.art3d import Line3DCollection, Poly3DCollection, _all_points_on_plane
+from mpl_toolkits.mplot3d.art3d import (
7
+ Line3DCollection,
8
+ Poly3DCollection,
9
+ _all_points_on_plane,
10
+)
11
12
13
def test_scatter_3d_projection_conservation():
0 commit comments