You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The image implies "right" and "top" are given as distances from the nearest subplot, while in reality, they are supposed to be expressed as distances from the zero coordinate of the figure.
As an example, to center a figure one might give this according to the diagram:
Documentation Link
https://matplotlib.org/stable/api/_as_gen/matplotlib.figure.Figure.subplots_adjust.html#matplotlib.figure.Figure.subplots_adjust
Problem
The image implies "right" and "top" are given as distances from the nearest subplot, while in reality, they are supposed to be expressed as distances from the zero coordinate of the figure.
As an example, to center a figure one might give this according to the diagram:
while the correct arguments would be:
Suggested improvement
A simple correction of the diagram would likely be sufficient.
The text was updated successfully, but these errors were encountered: