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

Function test_stem_dates

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

Source from the content-addressed store, hash-verified

5070
5071
5072def test_stem_dates():
5073 fig, ax = plt.subplots(1, 1)
5074 xs = [dateutil.parser.parse("2013-9-28 11:00:00"),
5075 dateutil.parser.parse("2013-9-28 12:00:00")]
5076 ys = [100, 200]
5077 ax.stem(xs, ys)
5078
5079
5080@image_comparison(['stem_orientation.png'], style='mpl20', remove_text=True)

Callers

nothing calls this directly

Calls 3

subplotsMethod · 0.45
parseMethod · 0.45
stemMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…