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 7e8e62e

Browse filesBrowse files
authored
Merge pull request #7002 from tacaswell/api_fix_bar3D_cycle
FIX: pull from correct cycle
2 parents ba83035 + 89dfb54 commit 7e8e62e
Copy full SHA for 7e8e62e

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎lib/mpl_toolkits/mplot3d/axes3d.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/mplot3d/axes3d.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2443,7 +2443,7 @@ def bar3d(self, x, y, z, dx, dy, dz, color=None,
24432443

24442444
facecolors = []
24452445
if color is None:
2446-
color = [self._get_lines.get_next_color()]
2446+
color = [self._get_patches_for_fill.get_next_color()]
24472447

24482448
if len(color) == len(x):
24492449
# bar colors specified, need to expand to number of faces

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.