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

Method null

lib/matplotlib/transforms.py:815–817  ·  view source on GitHub ↗

Create a new null `Bbox` from (inf, inf) to (-inf, -inf).

()

Source from the content-addressed store, hash-verified

813
814 @staticmethod
815 def null():
816 """Create a new null `Bbox` from (inf, inf) to (-inf, -inf)."""
817 return Bbox([[np.inf, np.inf], [-np.inf, -np.inf]])
818
819 @staticmethod
820 def from_bounds(x0, y0, width, height):

Callers 15

get_tightbboxMethod · 0.80
get_tightbboxMethod · 0.80
get_extentsMethod · 0.80
__init__Method · 0.80
get_datalimMethod · 0.80
get_datalimMethod · 0.80
_make_vertsMethod · 0.80
get_datalimMethod · 0.80
set_figureMethod · 0.80
relimMethod · 0.80

Calls 1

BboxClass · 0.85

Tested by 3

test_empty_closed_pathFunction · 0.64
test_no_offsets_datalimFunction · 0.64