Closed as duplicate
Description
Documentation Link
Problem
A (naive) reading of the diagram indicates that the "right" parameter measures from the outer right edge to the right-most edge of the sub-plots. In fact, the correct measure is from the outer left edge to the right-most edge of the sub-plots.
| [ ] [ ]<-(right)->| # I find this is misleading
|<-------right------> | # This is clearer to me
The text description of the parameters does nothing to clarify this distinction.
A similar issue occurs for "top" which is actually a measure from the outer bottom edge to the top-most edge of the sub-plots.
Suggested improvement
- Fix the image so that the "right" measurement indication aligns with how the rendering actually works. Same for "top".
- Adjust the text descriptions to align with the actual rendering, including a note that "left cannot be larger than right" (and "bottom cannot be larger than top")