File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments