MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / unit

Method unit

site-packages/matplotlib/transforms.py:794–799  ·  view source on GitHub ↗

(staticmethod) Create a new unit :class:`Bbox` from (0, 0) to (1, 1).

()

Source from the content-addressed store, hash-verified

792
793 @staticmethod
794 def unit():
795 """
796 (staticmethod) Create a new unit :class:`Bbox` from (0, 0) to
797 (1, 1).
798 """
799 return Bbox(np.array([[0.0, 0.0], [1.0, 1.0]], float))
800
801 @staticmethod
802 def null():

Callers 9

get_window_extentMethod · 0.45
get_window_extentMethod · 0.45
rotatedMethod · 0.45
__init__Method · 0.45
set_clip_pathMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
set_figureMethod · 0.45
test_lockable_bboxFunction · 0.45

Calls 2

BboxClass · 0.85
arrayMethod · 0.45

Tested by 1

test_lockable_bboxFunction · 0.36