Skip to content

Commit a851eff

Browse files
Test for 3d plot with elev>270
1 parent 425eade commit a851eff

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/mpl_toolkits/tests/test_mplot3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_bar3d_shaded():
6262
x2d, y2d = x2d.ravel(), y2d.ravel()
6363
z = x2d + y2d + 1 # Avoid triggering bug with zero-depth boxes.
6464

65-
views = [(-60, 30, 0), (30, 30, 30), (30, -30, -90), (120, -30, 0)]
65+
views = [(-60, 30, 0), (30, 30, 30), (30, -30, -90), (300, -30, 0)]
6666
fig = plt.figure(figsize=plt.figaspect(1 / len(views)))
6767
axs = fig.subplots(
6868
1, len(views),

0 commit comments

Comments
 (0)