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

Method get_frame_on

lib/matplotlib/legend.py:1093–1095  ·  view source on GitHub ↗

Get whether the legend box patch is drawn.

(self)

Source from the content-addressed store, hash-verified

1091 return self._legend_box.get_window_extent(renderer)
1092
1093 def get_frame_on(self):
1094 """Get whether the legend box patch is drawn."""
1095 return self.legendPatch.get_visible()
1096
1097 def set_frame_on(self, b):
1098 """

Callers 1

boxFunction · 0.45

Calls 1

get_visibleMethod · 0.45

Tested by

no test coverage detected