Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ format_field
Method
format_field
lib/matplotlib/ticker.py:419–420 ·
view source on GitHub ↗
(self, value, format_spec)
Source
from the content-addressed store, hash-verified
417
""
"
418
419
def
format_field(self, value, format_spec):
420
return
Formatter.fix_minus(super().format_field(value, format_spec))
421
422
423
class
StrMethodFormatter(Formatter):
Callers
nothing calls this directly
Calls
1
fix_minus
Method · 0.80
Tested by
no test coverage detected