Skip to content

Commit 188ab0b

Browse files
timhoffmstory645
andauthored
Apply suggestions from code review
Co-authored-by: hannah <[email protected]>
1 parent be06f9b commit 188ab0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/users/glossary.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ This glossary defines concepts and terminology specific to Matplotlib.
2222
:ref:`figure-intro`.
2323

2424
Axes
25-
This is container for is often colloquially called a plot/chart/graph.
25+
This is a container for what is often colloquially called a plot/chart/graph.
2626
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.
27+
and includes data artists like lines, bars etc. as well as
28+
decorations like title, axis labels, legend.
2929

3030
Since most "plotting operations" are realized as methods on `~.axes.Axes`
3131
this is the object users will mostly interact with.

0 commit comments

Comments
 (0)