Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ frozen
Method
frozen
lib/matplotlib/transforms.py:803–807 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
801
super().invalidate()
802
803
def
frozen(self):
804
# docstring inherited
805
frozen_bbox = super().frozen()
806
frozen_bbox._minpos = self.minpos.copy()
807
return
frozen_bbox
808
809
@staticmethod
810
def
unit():
Callers
15
apply_aspect
Method · 0.45
get_window_extent
Method · 0.45
_sync_lims
Method · 0.45
_axes_pos
Method · 0.45
_make_image
Method · 0.45
make_image
Method · 0.45
get_window_extent
Method · 0.45
draw
Method · 0.45
contains_point
Method · 0.45
contains_points
Method · 0.45
contains_path
Method · 0.45
to_polygons
Method · 0.45
Calls
1
copy
Method · 0.45
Tested by
3
test_relim_collection_autolim_false
Function · 0.36
test_contains
Function · 0.36
test_bbox_frozen_copies_minpos
Function · 0.36