|
11 | 11 | Line Plot
|
12 | 12 | =========
|
13 | 13 |
|
14 |
| -Here's now to create a line plot with text labels using |
| 14 | +Here's how to create a line plot with text labels using |
15 | 15 | :func:`~matplotlib.pyplot.plot`.
|
16 | 16 |
|
17 | 17 | .. figure:: ../../gallery/pylab_examples/images/sphx_glr_simple_plot_001.png
|
|
57 | 57 | Path demo
|
58 | 58 | =========
|
59 | 59 |
|
60 |
| -You can add other paths in matplotlib using the |
| 60 | +You can add arbitrary paths in Matplotlib using the |
61 | 61 | :mod:`matplotlib.path` module:
|
62 | 62 |
|
63 | 63 | .. figure:: ../../gallery/shapes_and_collections/images/sphx_glr_path_patch_001.png
|
|
84 | 84 | Surface3d
|
85 | 85 |
|
86 | 86 | Thanks to John Porter, Jonathon Taylor, Reinier Heeres, and Ben Root for
|
87 |
| -the `mplot3d` toolkit. This toolkit is included with all standard matplotlib |
| 87 | +the `mplot3d` toolkit. This toolkit is included with all standard Matplotlib |
88 | 88 | installs.
|
89 | 89 |
|
90 | 90 | .. _screenshots_ellipse_demo:
|
|
115 | 115 |
|
116 | 116 | In support of the
|
117 | 117 | `Phoenix <http://www.jpl.nasa.gov/news/phoenix/main.php>`_ mission to
|
118 |
| -Mars (which used matplotlib to display ground tracking of spacecraft), |
| 118 | +Mars (which used Matplotlib to display ground tracking of spacecraft), |
119 | 119 | Michael Droettboom built on work by Charlie Moad to provide an extremely
|
120 | 120 | accurate 8-spline approximation to elliptical arcs (see
|
121 | 121 | :class:`~matplotlib.patches.Arc`), which are insensitive to zoom level.
|
|
242 | 242 | Date demo
|
243 | 243 | =========
|
244 | 244 |
|
245 |
| -You can plot date data with major and minor ticks and custom tick formatters |
246 |
| -for both. |
| 245 | +You can plot timeseries data with major and minor ticks and custom |
| 246 | +tick formatters for both. |
247 | 247 |
|
248 | 248 | .. figure:: ../../gallery/api/images/sphx_glr_date_001.png
|
249 | 249 | :target: ../../gallery/api/date.html
|
|
313 | 313 | Mathtext_examples
|
314 | 314 | =================
|
315 | 315 |
|
316 |
| -Below is a sampling of the many TeX expressions now supported by matplotlib's |
| 316 | +Below is a sampling of the many TeX expressions now supported by Matplotlib's |
317 | 317 | internal mathtext engine. The mathtext module provides TeX style mathematical
|
318 | 318 | expressions using `FreeType <https://www.freetype.org/>`_
|
319 | 319 | and the DejaVu, BaKoMa computer modern, or `STIX <http://www.stixfonts.org>`_
|
|
336 | 336 | Native TeX rendering
|
337 | 337 | ====================
|
338 | 338 |
|
339 |
| -Although matplotlib's internal math rendering engine is quite |
| 339 | +Although Matplotlib's internal math rendering engine is quite |
340 | 340 | powerful, sometimes you need TeX. Matplotlib supports external TeX
|
341 | 341 | rendering of strings with the *usetex* option.
|
342 | 342 |
|
|
352 | 352 | EEG demo
|
353 | 353 | =========
|
354 | 354 |
|
355 |
| -You can embed matplotlib into pygtk, wx, Tk, or Qt applications. |
| 355 | +You can embed Matplotlib into pygtk, wx, Tk, or Qt applications. |
356 | 356 | Here is a screenshot of an EEG viewer called `pbrain
|
357 | 357 | <https://github.com/nipy/pbrain>`__.
|
358 | 358 |
|
|
361 | 361 | The lower axes uses :func:`~matplotlib.pyplot.specgram`
|
362 | 362 | to plot the spectrogram of one of the EEG channels.
|
363 | 363 |
|
364 |
| -For examples of how to embed matplotlib in different toolkits, see: |
| 364 | +For examples of how to embed Matplotlib in different toolkits, see: |
365 | 365 |
|
366 | 366 | * :ref:`sphx_glr_gallery_user_interfaces_embedding_in_gtk2_sgskip.py`
|
367 | 367 | * :ref:`sphx_glr_gallery_user_interfaces_embedding_in_wx2_sgskip.py`
|
|
372 | 372 | XKCD-style sketch plots
|
373 | 373 | =======================
|
374 | 374 |
|
375 |
| -matplotlib supports plotting in the style of `xkcd |
| 375 | +Matplotlib supports plotting in the style of `xkcd |
376 | 376 | <http://www.xkcd.com/>`.
|
377 | 377 |
|
378 | 378 | .. figure:: ../../gallery/showcase/images/sphx_glr_xkcd_001.png
|
|
0 commit comments