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

Method get_offset

lib/matplotlib/dates.py:817–818  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

815 return labels
816
817 def get_offset(self):
818 return self._offset_string
819
820 def format_data_short(self, value):
821 return num2date(value, tz=self._tz).strftime('%Y-%m-%d %H:%M:%S')

Calls

no outgoing calls