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

Function subplots_adjust

lib/matplotlib/pyplot.py:2964–2974  ·  view source on GitHub ↗
(
    left: float | None = None,
    bottom: float | None = None,
    right: float | None = None,
    top: float | None = None,
    wspace: float | None = None,
    hspace: float | None = None,
)

Source from the content-addressed store, hash-verified

2962# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2963@_copy_docstring_and_deprecators(Figure.subplots_adjust)
2964def subplots_adjust(
2965 left: float | None = None,
2966 bottom: float | None = None,
2967 right: float | None = None,
2968 top: float | None = None,
2969 wspace: float | None = None,
2970 hspace: float | None = None,
2971) -> None:
2972 gcf().subplots_adjust(
2973 left=left, bottom=bottom, right=right, top=top, wspace=wspace, hspace=hspace
2974 )
2975
2976
2977# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 2

gcfFunction · 0.85
subplots_adjustMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…