More concise how to for subplot adjustment #20562
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Manual adjusting the subplot parameters should be the exceptionnowadays. We don't need to discuss this in the FAQ. Users should
primarily use tight_layout or constrained_layout, which is covered
in the following section.
controlling subplot adjustment". The effect of the example has been
largely superseeded by tight layout and constrained layout. It's still
useful as an example of using advanced concepts in Matplotlib such as
Bboxes, transforms, events.
and move it's content to "Programmatically controlling subplot
adjustment"
This is basically a documentation of
subplots_adjust()
. It'ssufficient to link there.
that only links to manual adjustment / tight layout / constrained
layout / "Programmatically controlling subplot adjustment"