- 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.
- LaTeX Cookbook
- ThinkPHP 5實(shí)戰(zhàn)
- Building Modern Web Applications Using Angular
- Docker進(jìn)階與實(shí)戰(zhàn)
- TestNG Beginner's Guide
- 小程序,巧運(yùn)營(yíng):微信小程序運(yùn)營(yíng)招式大全
- Java程序設(shè)計(jì):原理與范例
- 利用Python進(jìn)行數(shù)據(jù)分析(原書(shū)第3版)
- MATLAB for Machine Learning
- 從零開(kāi)始學(xué)Python網(wǎng)絡(luò)爬蟲(chóng)
- Principles of Strategic Data Science
- 從Excel到Python數(shù)據(jù)分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應(yīng)用
- Python編程快速上手2
- UML基礎(chǔ)與Rose建模實(shí)用教程(第三版)
- INSTANT Apache Hive Essentials How-to