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

Method format_data

lib/matplotlib/ticker.py:1099–1101  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

1097 return self.fix_minus(s)
1098
1099 def format_data(self, value):
1100 with cbook._setattr_cm(self, labelOnlyBase=False):
1101 return cbook.strip_math(self.__call__(value))
1102
1103 def format_data_short(self, value):
1104 # docstring inherited

Callers

nothing calls this directly

Calls 1

__call__Method · 0.95

Tested by

no test coverage detected