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

Method base

lib/matplotlib/scale.py:484–485  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

482
483 @property
484 def base(self):
485 return self._transform._b.base # Base of the LogTransform.
486
487 def get_transform(self):
488 """Return the `.Transform` associated with this scale."""

Callers 2

__call__Method · 0.80
__call__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected