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

Function make_axes_locatable

lib/mpl_toolkits/axes_grid1/axes_divider.py:594–599  ·  view source on GitHub ↗
(axes)

Source from the content-addressed store, hash-verified

592
593
594def make_axes_locatable(axes):
595 divider = AxesDivider(axes)
596 locator = divider.new_locator(nx=0, ny=0)
597 axes.set_axes_locator(locator)
598
599 return divider
600
601
602def make_axes_area_auto_adjustable(

Calls 3

AxesDividerClass · 0.85
new_locatorMethod · 0.45
set_axes_locatorMethod · 0.45

Tested by 2

test_divider_append_axesFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…