8000 Add updated baseline images for the previous commits · matplotlib/matplotlib@8ffc57b · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ffc57b

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

38 files changed

+1
-1
lines changed
Loading
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)))