Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce08435

Browse files
anntzereric-wieser
authored andcommitted
Add updated baseline images for the previous commits
1 parent 61cec6e commit ce08435

39 files changed

+1
-1
lines changed
Loading

lib/mpl_toolkits/tests/test_mplot3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def test_bar3d_shaded():
4242
y = np.arange(5)
4343
x2d, y2d = np.meshgrid(x, y)
4444
x2d, y2d = x2d.ravel(), y2d.ravel()
45-
z = x2d + y2d
45+
z = x2d + y2d + 1 # Avoid triggering bug with zero-depth boxes.
4646

4747
views = [(-60, 30), (30, 30), (30, -30), (120, -30)]
4848
fig = plt.figure(figsize=plt.figaspect(1 / len(views)))

0 commit comments

Comments
 (0)