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

Method set_offset_string

lib/matplotlib/ticker.py:383–384  ·  view source on GitHub ↗
(self, ofs)

Source from the content-addressed store, hash-verified

381 return self.offset_string
382
383 def set_offset_string(self, ofs):
384 self.offset_string = ofs
385
386
387class FormatStrFormatter(Formatter):

Callers 1

test_set_offset_stringFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_set_offset_stringFunction · 0.36