8000 ableist language · matplotlib/matplotlib@166a431 · GitHub
[go: up one dir, main page]

Skip to content

Commit 166a431

Browse files
committed
ableist language
1 parent a46410e commit 166a431

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

tutorials/01_introductory/sample_plots.py

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
99
.. _matplotlibscreenshots:
1010
11-
Simple Plot
12-
===========
11+
Line Plot
12+
=========
1313
14-
Here's a very basic :func:`~matplotlib.pyplot.plot` with text labels:
14+
Here's now to create a line plot with text labels using
15+
:func:`~matplotlib.pyplot.plot`.
1516
1617
.. figure:: ../../gallery/pylab_examples/images/sphx_glr_simple_plot_001.png
1718
:target: ../../gallery/pylab_examples/simple_plot.html
@@ -56,7 +57,7 @@
5657
Path demo
5758
=========
5859
59-
You can add arbitrary paths in matplotlib using the
60+
You can add other paths in matplotlib using the
6061
:mod:`matplotlib.path` module:
6162
6263
.. figure:: ../../gallery/shapes_and_collections/images/sphx_glr_path_patch_001.png
@@ -131,8 +132,8 @@
131132
Bar charts
132133
==========
133134
134-
Bar charts are simple to create using the :func:`~matplotlib.pyplot.bar`
135-
command, which includes customizations such as error bars:
135+
Use the :func:`~matplotlib.pyplot.bar` command to make bar charts, which
136+
includes customizations such as error bars:
136137
137138
.. figure:: ../../gallery/pylab_examples/images/sphx_glr_barchart_demo_001.png
138139
:target: ../../gallery/pylab_examples/barchart_demo.html
@@ -141,7 +142,7 @@
141142
142143
Barchart Demo
143144
144-
It's also simple to create stacked bars
145+
You can also create stacked bars
145146
(`bar_stacked.py <../../gallery/pylab_examples/bar_stacked.html>`_),
146147
or horizontal bar charts
147148
(`barh.py <../../gallery/lines_bars_and_markers/barh.html>`_).
@@ -152,7 +153,7 @@
152153
Pie charts
153154
==========
154155
155-
The :func:`~matplotlib.pyplot.pie` command allows you to easily create pie
156+
The :func:`~matplotlib.pyplot.pie` command allows you to create pie
156157
charts. Optional features include auto-labeling the percentage of area,
157158
exploding one or more wedges from the center of the pie, and a shadow effect.
158159
Take a close look at the attached code, which generates this figure in just

0 commit comments

Comments
 (0)
0