- 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.
- C語言程序設計實踐教程(第2版)
- Testing with JUnit
- JavaScript:Functional Programming for JavaScript Developers
- HTML5+CSS3基礎開發教程(第2版)
- OpenCV 3和Qt5計算機視覺應用開發
- Java FX應用開發教程
- Java:Data Science Made Easy
- 秒懂設計模式
- MySQL數據庫管理與開發(慕課版)
- 劍指MySQL:架構、調優與運維
- C語言程序設計教程
- Express Web Application Development
- Mastering Git
- Python全棧數據工程師養成攻略(視頻講解版)
- MySQL入門很輕松(微課超值版)