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

Function test_none_kwargs

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

Source from the content-addressed store, hash-verified

7852
7853
7854def test_none_kwargs():
7855 ax = plt.figure().subplots()
7856 ln, = ax.plot(range(32), linestyle=None)
7857 assert ln.get_linestyle() == '-'
7858
7859
7860def test_bar_uint8():

Callers

nothing calls this directly

Calls 4

figureMethod · 0.80
subplotsMethod · 0.45
plotMethod · 0.45
get_linestyleMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…