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 a4ed768

Browse filesBrowse files
timhoffmstory645
andcommitted
Update lib/matplotlib/axes/_axes.py
Co-authored-by: hannah <story645@gmail.com>
1 parent 8cf06c4 commit a4ed768
Copy full SHA for a4ed768

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+4
-4
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3074,10 +3074,10 @@ def grouped_bar(self, heights, *, positions=None, group_spacing=1.5, bar_spacing
30743074
30753075
.. code-block:: none
30763076
3077-
# category_A, category_B
3078-
dataset_0 = [ds0_A, ds0_B]
3079-
dataset_1 = [ds1_A, ds1_B]
3080-
dataset_2 = [ds2_A, ds2_B]
3077+
# category_A, category_B
3078+
dataset_0 = [value_0_A, value_0_B]
3079+
dataset_1 = [value_1_A, value_1_B]
3080+
dataset_2 = [value_2_A, value_2_B]
30813081
30823082
Example call::
30833083

0 commit comments

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