Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ _one_minus
Method
_one_minus
lib/matplotlib/ticker.py:1367–1371 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
1365
return
s
1366
1367
def
_one_minus(self, s):
1368
if
self._use_overline:
1369
return
r
"\overline{%s}"
% s
1370
else
:
1371
return
f
"1-{s}"
1372
1373
def
__call__(self, x, pos=None):
1374
if
self._minor and x not in self._labelled:
Callers
1
__call__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected