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

Function test_polar_rlabel_position

lib/matplotlib/tests/test_polar.py:221–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

219
220@image_comparison(['polar_rlabel_position.png'], style='default')
221def test_polar_rlabel_position():
222 fig = plt.figure()
223 ax = fig.add_subplot(projection='polar')
224 ax.set_rlabel_position(315)
225 ax.tick_params(rotation='auto')
226
227
228@image_comparison(['polar_title_position.png'], style='mpl20')

Callers

nothing calls this directly

Calls 4

figureMethod · 0.80
add_subplotMethod · 0.80
set_rlabel_positionMethod · 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…