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

Method new_fixed_axis

lib/mpl_toolkits/axisartist/axislines.py:449–450  ·  view source on GitHub ↗
(self, loc, offset=None)

Source from the content-addressed store, hash-verified

447 return children
448
449 def new_fixed_axis(self, loc, offset=None):
450 return self.get_grid_helper().new_fixed_axis(loc, offset=offset, axes=self)
451
452 def new_floating_axis(self, nth_coord, value, axis_direction="bottom"):
453 return self.get_grid_helper().new_floating_axis(

Callers 3

simple_axisline.pyFile · 0.45

Calls 1

get_grid_helperMethod · 0.95

Tested by

no test coverage detected