Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ unit
Method
unit
lib/matplotlib/transforms.py:810–812 ·
view source on GitHub ↗
Create a new unit `Bbox` from (0, 0) to (1, 1).
()
Source
from the content-addressed store, hash-verified
808
809
@staticmethod
810
def
unit():
811
""
"Create a new unit `Bbox` from (0, 0) to (1, 1)."
""
812
return
Bbox([[0, 0], [1, 1]])
813
814
@staticmethod
815
def
null():
Callers
15
__init__
Method · 0.80
apply_aspect
Method · 0.80
clear
Method · 0.80
connect_bbox
Method · 0.80
get_window_extent
Method · 0.80
get_window_extent
Method · 0.80
rotated
Method · 0.80
get_tick_space
Method · 0.80
get_tick_space
Method · 0.80
set_clip_path
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
Calls
1
Bbox
Class · 0.85
Tested by
2
test_lockable_bbox
Function · 0.64
test_transformedbbox_contains
Function · 0.64