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

Method null

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

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

()

Source from the content-addressed store, hash-verified

800
801 @staticmethod
802 def null():
803 """
804 (staticmethod) Create a new null :class:`Bbox` from (inf, inf) to
805 (-inf, -inf).
806 """
807 return Bbox(np.array([[np.inf, np.inf], [-np.inf, -np.inf]], float))
808
809 @staticmethod
810 def from_bounds(x0, y0, width, height):

Callers 15

_convenience.pyFile · 0.80
KeyValueCoding.pyFile · 0.80
nscache_getitemFunction · 0.80
nscache_getFunction · 0.80
nscache_setitemFunction · 0.80
hash_addFunction · 0.80
hash_containsFunction · 0.80
hash_removeFunction · 0.80
hash_popFunction · 0.80
get_datalimMethod · 0.80
get_datalimMethod · 0.80

Calls 2

BboxClass · 0.85
arrayMethod · 0.45

Tested by 1