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

Skip to content

Commit c933a43

Browse files
committed
more example readmes
svn path=/trunk/matplotlib/; revision=5159
1 parent f81f3fd commit c933a43

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

examples/animation/README.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
matplotlib animations
2+
=====================
3+
4+
There are a variety of techniques you can use to create dynamic plots,
5+
which I refer to as animations. See the tutorial at
6+
http://www.scipy.org/Cookbook/Matplotlib/Animations for an
7+
introduction to the basic concepts

examples/api/README.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
matplotlib API
2+
==============
3+
14
These examples use the matplotlib api rather than the pylab/pyplot
25
procedural state machine. For robust, production level scripts, or
36
for applications or web application servers, we recommend you use the

examples/event_handling/README.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
matplotlib event handling
2+
=========================
3+
14
matplotlib supports event handling with a GUI neutral event model. So
25
you can connect to matplotlib events w/o knowledge of what user
36
interface matplotlib will ultimately be plugged in to. This has two

0 commit comments

Comments
 (0)