MCPcopy 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

1import matplotlib.pyplot as plt
2
3categories = ['A', 'B']
4data0 = [1.0, 3.0]

Callers

nothing calls this directly

Calls 3

grouped_barMethod · 0.80
subplotsMethod · 0.45
legendMethod · 0.45

Tested by

no test coverage detected