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

Class SkewXAxis

lib/matplotlib/tests/test_skew.py:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46# This class exists to provide two separate sets of intervals to the tick,
47# as well as create instances of the custom tick
48class SkewXAxis(maxis.XAxis):
49 def _get_tick(self, major):
50 return SkewXTick(self.axes, None, major=major)
51
52 def get_view_interval(self):
53 return self.axes.upper_xlim[0], self.axes.lower_xlim[1]
54
55
56# This class exists to calculate the separate data range of the

Callers 1

_init_axisMethod · 0.70

Calls

no outgoing calls

Tested by 1

_init_axisMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…