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

Method set_frame_on

lib/matplotlib/axes/_base.py:3378–3388  ·  view source on GitHub ↗

Set whether the Axes rectangle patch is drawn. Parameters ---------- b : bool

(self, b)

Source from the content-addressed store, hash-verified

3376 return self._frameon
3377
3378 def set_frame_on(self, b):
3379 """
3380 Set whether the Axes rectangle patch is drawn.
3381
3382 Parameters
3383 ----------
3384 b : bool
3385 """
3386 self._frameon = b
3387 self._update_twinned_axes_patch_visibility()
3388 self.stale = True
3389
3390 def get_axisbelow(self):
3391 """

Callers 2

test_sketch_paramsFunction · 0.45

Tested by 2

test_sketch_paramsFunction · 0.36