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

Method new_floating_axis

lib/mpl_toolkits/axisartist/axislines.py:452–454  ·  view source on GitHub ↗
(self, nth_coord, value, axis_direction="bottom")

Source from the content-addressed store, hash-verified

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(
454 nth_coord, value, axis_direction=axis_direction, axes=self)
455
456
457class AxesZero(Axes):

Callers 10

test_axis_directionFunction · 0.45
curvelinear_test2Function · 0.45
setup_axesFunction · 0.45
add_floating_axis1Function · 0.45
add_floating_axis2Function · 0.45
curvelinear_test1Function · 0.45
add_floating_axis1Function · 0.45
add_floating_axis2Function · 0.45

Calls 1

get_grid_helperMethod · 0.95

Tested by 2

test_axis_directionFunction · 0.36