Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ grouped_bar.py
File
grouped_bar.py
doc/_embedded_plots/grouped_bar.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
matplotlib.pyplot
as
plt
2
3
categories = [
'A'
,
'B'
]
4
data0 = [1.0, 3.0]
Callers
nothing calls this directly
Calls
3
grouped_bar
Method · 0.80
subplots
Method · 0.45
legend
Method · 0.45
Tested by
no test coverage detected