Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a851eff

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

File tree

Expand file treeCollapse file tree

2 files changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-1
lines changed
Loading

‎lib/mpl_toolkits/tests/test_mplot3d.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/tests/test_mplot3d.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.