更新时间:2021-07-23 20:02:26
coverpage
Interactive Applications Using Matplotlib
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Introducing Interactive Plotting
Installing Matplotlib
Show() your work
Interactive navigation
Interactive plotting
Scripted plotting
Getting help
From front to backend
The Matplotlib figure-artist hierarchy
Summary
Chapter 2. Using Events and Callbacks
Making the connection
The big event
Breaking up is the easiest thing to do
Keymapping
Picking
Data editing
User events
Editor events
Chapter 3. Animations
A short history
The fastest draw in the west
The animation module
Advanced animations
Saving animations
Chapter 4. Widgets
Built-in widgets
Third-party tools
Chapter 5. Embedding Matplotlib
The revelation
Through a glass darkly
Bars menus and sliders – four ways
Matplotlib in your app
Index