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

Class SkewXAxis

galleries/examples/specialty_plots/skewt.py:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55# This class exists to provide two separate sets of intervals to the tick,
56# as well as create instances of the custom tick
57class SkewXAxis(maxis.XAxis):
58 def _get_tick(self, major):
59 return SkewXTick(self.axes, None, major=major)
60
61 def get_view_interval(self):
62 return self.axes.upper_xlim[0], self.axes.lower_xlim[1]
63
64
65# This class exists to calculate the separate data range of the

Callers 1

_init_axisMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…