MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / test_errorbar_mapview_kwarg

Function test_errorbar_mapview_kwarg

lib/matplotlib/tests/test_axes.py:908–911  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

906
907
908def test_errorbar_mapview_kwarg():
909 D = {ii: ii for ii in range(10)}
910 fig, ax = plt.subplots()
911 ax.errorbar(x=D.keys(), y=D.values(), xerr=D.values())
912
913
914@image_comparison(['single_point', 'single_point'], style='mpl20')

Callers

nothing calls this directly

Calls 3

valuesMethod · 0.80
subplotsMethod · 0.45
errorbarMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…