Skip to content

Commit be06f9b

Browse files
timhoffmQuLogic
andcommitted
Apply suggestions from code review
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent 10765e1 commit be06f9b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/users/glossary.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ This glossary defines concepts and terminology specific to Matplotlib.
1616

1717
Figure
1818
The outermost container for a Matplotlib graphic. Think of this as the
19-
sheet of paper to draw on.
19+
canvas to draw on.
2020

21-
This is impolemented in the class `.Figure`. For more details see
21+
This is implemented in the class `.Figure`. For more details see
2222
:ref:`figure-intro`.
2323

2424
Axes
25-
This is what is often colloquially called "a plot". A data area with
26-
:term:`Axis`\ es, i.e. coordinate directions. This includes also
27-
decoration like title, axis labels, legend and data artists
28-
like lines, bars etc.
25+
This is container for 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.
2929

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

3333
Note: The term *Axes* was taken over from MATLAB. Think of this as
34-
A container spanned by the *x*- and *y*-axis, including decoration
34+
a container spanned by the *x*- and *y*-axis, including decoration
3535
and data.
3636

3737
Axis
@@ -41,4 +41,4 @@ This glossary defines concepts and terminology specific to Matplotlib.
4141

4242
Artist
4343
The base class for all graphical element that can be drawn.
44-
Examples are Lines, Rectangles, Text, Ticks, Lengend, Axes, ...
44+
Examples are Lines, Rectangles, Text, Ticks, Legend, Axes, ...

0 commit comments

Comments
 (0)