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

Function make_patch_spines_invisible

lib/matplotlib/tests/test_axes.py:6199–6202  ·  view source on GitHub ↗
(ax)

Source from the content-addressed store, hash-verified

6197def test_twin_spines():
6198
6199 def make_patch_spines_invisible(ax):
6200 ax.set_frame_on(True)
6201 ax.patch.set_visible(False)
6202 ax.spines[:].set_visible(False)
6203
6204 fig = plt.figure(figsize=(4, 3))
6205 fig.subplots_adjust(right=0.75)

Callers 1

test_twin_spinesFunction · 0.85

Calls 2

set_frame_onMethod · 0.45
set_visibleMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…