Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c933a43

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

File tree

Expand file treeCollapse file tree

3 files changed

+13
-0
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+13
-0
lines changed

‎examples/animation/README.txt

Copy file name to clipboard
+7Lines 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

Copy file name to clipboardExpand all lines: examples/api/README.txt
+3Lines 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

Copy file name to clipboardExpand all lines: examples/event_handling/README.txt
+3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.