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 d6b874a commit b50b8deCopy full SHA for b50b8de
lib/mpl_toolkits/tests/test_mplot3d.py
@@ -245,7 +245,8 @@ def test_scatter3d_color():
245
@check_figures_equal(extensions=['png'])
246
def test_scatter3d_depthshade_false(fig_ref, fig_test):
247
"""
248
- Test that 3d scatter plot doesn't throw IndexError with depthshade=False (issue #18037)
+ Test that 3d scatter plot doesn't throw
249
+ IndexError with depthshade=False (issue #18037)
250
251
x = y = z = np.arange(16)
252
ax_test = fig_test.add_subplot(projection='3d')
0 commit comments