We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be06f9b commit 188ab0bCopy full SHA for 188ab0b
1 file changed
doc/users/glossary.rst
@@ -22,10 +22,10 @@ This glossary defines concepts and terminology specific to Matplotlib.
22
:ref:`figure-intro`.
23
24
Axes
25
- This is container for is often colloquially called a plot/chart/graph.
+ This is a container for what is often colloquially called a plot/chart/graph.
26
It's a data area with :term:`Axis`\ es, i.e. coordinate directions,
27
- and includes the data artists like lines, bars etc. as well as
28
- decoration like title, axis labels, legend.
+ and includes data artists like lines, bars etc. as well as
+ decorations like title, axis labels, legend.
29
30
Since most "plotting operations" are realized as methods on `~.axes.Axes`
31
this is the object users will mostly interact with.
0 commit comments