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

Function subplot

lib/matplotlib/pyplot.py:1485–1485  ·  view source on GitHub ↗
(nrows: int, ncols: int, index: int, /, **kwargs)

Source from the content-addressed store, hash-verified

1483
1484@overload
1485def subplot(nrows: int, ncols: int, index: int, /, **kwargs): ...
1486
1487
1488@overload

Callers

nothing calls this directly

Calls 8

gcfFunction · 0.85
_from_subplot_argsMethod · 0.80
add_subplotMethod · 0.80
scaMethod · 0.80
getMethod · 0.45
popMethod · 0.45
get_subplotspecMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…