Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ set_clip_on
Method
set_clip_on
lib/matplotlib/text.py:699–702 ·
view source on GitHub ↗
(self, b)
Source
from the content-addressed store, hash-verified
697
self._update_clip_properties()
698
699
def
set_clip_on(self, b):
700
# docstring inherited.
701
super().set_clip_on(b)
702
self._update_clip_properties()
703
704
def
get_wrap(self):
705
""
"Return whether the text can be wrapped."
""
Callers
11
new_floating_axis
Method · 0.45
new_floating_axis
Method · 0.45
new_fixed_axis
Method · 0.45
mark_inset
Function · 0.45
test_fill_facecolor
Function · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__setitem__
Method · 0.45
__init__
Method · 0.45
test_bbox_image_inverted
Function · 0.45
text_alignment.py
File · 0.45
Calls
1
_update_clip_properties
Method · 0.95
Tested by
2
test_fill_facecolor
Function · 0.36
test_bbox_image_inverted
Function · 0.36