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

Skip to content

Commit 7b24b2a

Browse files
committed
Document the contents of the example directories.
1 parent 7a5f3d5 commit 7b24b2a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

examples/README.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ directories found here:
2121
doc/artist_api_tut.txt in the matplotlib src directory ((PDF at
2222
http://matplotlib.sf.net/pycon)
2323

24-
* data - some data files we use in the examples
24+
* axes_grid - Examples related to the AxesGrid toolkit
2525

2626
* event_handling - how to interact with your figure, mouse presses,
2727
key presses, object picking, etc. See the event handling tutorial
@@ -31,12 +31,17 @@ directories found here:
3131
* misc - some miscellaneous examples. some demos for loading and
3232
working with record arrays
3333

34+
* mplot3d - 3D examples
35+
3436
* pylab_examples - the interface to matplotlib similar to matlab
3537

3638
* tests - tests used by matplotlib developers to check functionality
39+
(These tests are still sometimes useful, but mostly developers should
40+
use the nosetests which perform automatic image comparison.)
3741

3842
* units - working with unit data an custom types in matplotlib
3943

4044
* user_interfaces - using matplotlib in a GUI application, eg
4145
TkInter, WXPython, pygtk, pyqt or FLTK widgets
4246

47+
* widgets - Examples using interactive widgets

0 commit comments

Comments
 (0)