Closed
Description
Problem
We're not quite specific in the docs what text position and alignment mean.
https://matplotlib.org/devdocs/api/text_api.html#matplotlib.text.Text
https://matplotlib.org/devdocs/api/text_api.html#matplotlib.text.Text.set_horizontalalignment
https://matplotlib.org/devdocs/api/text_api.html#matplotlib.text.Text.set_verticalalignment
Suggested improvement
- Describe the anchor point concept in
Text
docstring.
Maybe even have a plot that illustrates it. set_horizontal/verticalalignment
should state "align relative to the anchor point.
Matplotlib Version
mian
Matplotlib documentation version
main