Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e177632

Browse files
committed
Update examples/README.txt.
1 parent 91a2bb8 commit e177632

File tree

1 file changed

+26
-27
lines changed

1 file changed

+26
-27
lines changed

examples/README.txt

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,44 @@
1-
matplotlib examples
1+
Matplotlib examples
22
===================
33

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
55
illustrated in the examples in this directory.
66

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:
1615

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
1918

20-
* api - working with the matplotlib API directory.
19+
* api - working with the Matplotlib API directly.
2120

22-
* axes_grid1 - Examples related to the axes_grid1 toolkit
21+
* axes_grid1 - Examples related to the axes_grid1 toolkit.
2322

24-
* axisartist - Examples related to the axisartist toolkit
23+
* axisartist - Examples related to the axisartist toolkit.
2524

26-
* event_handling - how to interact with your figure, mouse presses,
25+
* event_handling - How to interact with your figure, mouse presses,
2726
key presses, object picking, etc.
2827

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.
3130

32-
* mplot3d - 3D examples
31+
* mplot3d - 3D examples.
3332

34-
* pylab_examples - the interface to matplotlib similar to matlab
33+
* pylab_examples - The interface to Matplotlib similar to MATLAB.
3534

36-
* tests - tests used by matplotlib developers to check functionality
35+
* tests - Tests used by Matplotlib developers to check functionality.
3736
(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.)
3938

40-
* units - working with unit data an custom types in matplotlib
39+
* units - Working with unit data an custom types in Matplotlib.
4140

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.
4443

45-
* widgets - Examples using interactive widgets
44+
* widgets - Examples using interactive widgets.

0 commit comments

Comments
 (0)