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

Method format_eng

lib/matplotlib/ticker.py:1550–1552  ·  view source on GitHub ↗

Alias to EngFormatter.format_data

(self, num)

Source from the content-addressed store, hash-verified

1548 return ''
1549
1550 def format_eng(self, num):
1551 """Alias to EngFormatter.format_data"""
1552 return self.format_data(num)
1553
1554 def format_data(self, value):
1555 """

Callers

nothing calls this directly

Calls 1

format_dataMethod · 0.95

Tested by

no test coverage detected