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

Function test_spines_capstyle

lib/matplotlib/tests/test_spines.py:110–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108
109@image_comparison(['spines_capstyle.png'], style='_classic_test')
110def test_spines_capstyle():
111 # issue 2542
112 plt.rc('axes', linewidth=20)
113 fig, ax = plt.subplots()
114 ax.set_xticks([])
115 ax.set_yticks([])
116
117
118def test_label_without_ticks():

Callers

nothing calls this directly

Calls 3

set_xticksMethod · 0.80
set_yticksMethod · 0.80
subplotsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…