File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ matplotlib API
2+ ==============
3+
14These examples use the matplotlib api rather than the pylab/pyplot
25procedural state machine. For robust, production level scripts, or
36for applications or web application servers, we recommend you use the
Original file line number Diff line number Diff line change 1+ matplotlib event handling
2+ =========================
3+
14matplotlib supports event handling with a GUI neutral event model. So
25you can connect to matplotlib events w/o knowledge of what user
36interface matplotlib will ultimately be plugged in to. This has two
You can’t perform that action at this time.
0 commit comments