- Interactive Applications Using Matplotlib
- Benjamin V. Root
- 158字
- 2021-07-23 20:02:18
Chapter 1. Introducing Interactive Plotting
A picture is worth a thousand words
The goal of any interactive application is to provide as much information as possible while minimizing complexity. If it can't provide the information the users need, then it is useless to them. However, if the application is too complex, then the information's signal gets lost in the noise of the complexity. A graphical presentation often strikes the right balance.
The Matplotlib library can help you present your data as graphs in your application. Anybody can make a simple interactive application without knowing anything about draw buffers, event loops, or even what a GUI toolkit is. And yet, the Matplotlib library will cede as much control as desired to allow even the most savvy GUI developer to create a masterful application from scratch. Like much of the Python language, Matplotlib's philosophy is to give the developer full control, but without being stupidly unhelpful and tedious.
- UML和模式應用(原書第3版)
- Learning PostgreSQL
- 程序員面試筆試寶典
- Building Mapping Applications with QGIS
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- QGIS By Example
- Getting Started with LLVM Core Libraries
- 編程與類型系統
- Android應用案例開發大全(第二版)
- Mastering C++ Multithreading
- Unity 2018 Augmented Reality Projects
- Troubleshooting Citrix XenApp?
- Hacking Android
- Python面向對象編程(第4版)