MCPcopy
hub / github.com/matplotlib/matplotlib / test_text_labelsize

Function test_text_labelsize

lib/matplotlib/tests/test_axes.py:6613–6620  ·  view source on GitHub ↗

tests for issue #1172

()

Source from the content-addressed store, hash-verified

6611
6612
6613def test_text_labelsize():
6614 """
6615 tests for issue #1172
6616 """
6617 fig = plt.figure()
6618 ax = fig.gca()
6619 ax.tick_params(labelsize='large')
6620 ax.tick_params(direction='out')
6621
6622
6623@image_comparison(['pie_default.png'], style='mpl20')

Callers

nothing calls this directly

Calls 3

figureMethod · 0.80
gcaMethod · 0.80
tick_paramsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…