|
1 |
| -matplotlib examples |
| 1 | +Matplotlib examples |
2 | 2 | ===================
|
3 | 3 |
|
4 |
| -There are a variety of ways to use matplotlib, and most of them are |
| 4 | +There are a variety of ways to use Matplotlib, and most of them are |
5 | 5 | illustrated in the examples in this directory.
|
6 | 6 |
|
7 |
| -Probably the most common way people use matplotlib is with the |
8 |
| -procedural interface, which follows the matlab/IDL/mathematica |
9 |
| -approach of using simple procedures like "plot" or "title" to modify |
10 |
| -the current figure. These examples are included in the "pylab_examples" |
11 |
| -directory. If you want to write more robust scripts, e.g., for |
12 |
| -production use or in a web application server, you will probably want |
13 |
| -to use the matplotlib API for full control. These examples are found |
14 |
| -in the "api" directory. Below is a brief description of the different |
15 |
| -directories found here: |
| 7 | +Probably the most common way people use Matplotlib is with the |
| 8 | +procedural interface, which follows the MATLAB/IDL/Mathematica approach |
| 9 | +of using simple procedures like "plot" or "title" to modify the current |
| 10 | +figure. These examples are included in the "pylab_examples" directory. |
| 11 | +If you want to write more robust scripts, e.g., for production use or in |
| 12 | +a web application server, you will probably want to use the Matplotlib |
| 13 | +API for full control. These examples are found in the "api" directory. |
| 14 | +Below is a brief description of the different directories found here: |
16 | 15 |
|
17 |
| - * animation - dynamic plots, see the tutorial at |
18 |
| - http://www.scipy.org/Cookbook/Matplotlib/Animations |
| 16 | + * animation - Dynamic plots, see the documentation at |
| 17 | + http://matplotlib.org/api/animation_api.html |
19 | 18 |
|
20 |
| - * api - working with the matplotlib API directory. |
| 19 | + * api - working with the Matplotlib API directly. |
21 | 20 |
|
22 |
| - * axes_grid1 - Examples related to the axes_grid1 toolkit |
| 21 | + * axes_grid1 - Examples related to the axes_grid1 toolkit. |
23 | 22 |
|
24 |
| - * axisartist - Examples related to the axisartist toolkit |
| 23 | + * axisartist - Examples related to the axisartist toolkit. |
25 | 24 |
|
26 |
| - * event_handling - how to interact with your figure, mouse presses, |
| 25 | + * event_handling - How to interact with your figure, mouse presses, |
27 | 26 | key presses, object picking, etc.
|
28 | 27 |
|
29 |
| - * misc - some miscellaneous examples. some demos for loading and |
30 |
| - working with record arrays |
| 28 | + * misc - Miscellaneous examples. Some demos for loading and working |
| 29 | + with record arrays. |
31 | 30 |
|
32 |
| - * mplot3d - 3D examples |
| 31 | + * mplot3d - 3D examples. |
33 | 32 |
|
34 |
| - * pylab_examples - the interface to matplotlib similar to matlab |
| 33 | + * pylab_examples - The interface to Matplotlib similar to MATLAB. |
35 | 34 |
|
36 |
| - * tests - tests used by matplotlib developers to check functionality |
| 35 | + * tests - Tests used by Matplotlib developers to check functionality. |
37 | 36 | (These tests are still sometimes useful, but mostly developers should
|
38 |
| - use the nosetests which perform automatic image comparison.) |
| 37 | + use the pytest tests which perform automatic image comparison.) |
39 | 38 |
|
40 |
| - * units - working with unit data an custom types in matplotlib |
| 39 | + * units - Working with unit data an custom types in Matplotlib. |
41 | 40 |
|
42 |
| - * user_interfaces - using matplotlib in a GUI application, e.g., |
43 |
| - TkInter, WXPython, pygtk, pyqt widgets |
| 41 | + * user_interfaces - Using Matplotlib in a GUI application, e.g., |
| 42 | + Tkinter, wxPython, PyGObject, PyQt widgets. |
44 | 43 |
|
45 |
| - * widgets - Examples using interactive widgets |
| 44 | + * widgets - Examples using interactive widgets. |
0 commit comments