- 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++程序設(shè)計(第3版)
- Android Studio Essentials
- MATLAB 2020 從入門到精通
- Python爬蟲開發(fā)與項目實戰(zhàn)
- 算法精粹:經(jīng)典計算機(jī)科學(xué)問題的Python實現(xiàn)
- 名師講壇:Spring實戰(zhàn)開發(fā)(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- C#程序設(shè)計
- Yii Project Blueprints
- 深入實踐Kotlin元編程
- Qlik Sense? Cookbook
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- Oracle Database XE 11gR2 Jump Start Guide
- Java并發(fā)實現(xiàn)原理:JDK源碼剖析
- 創(chuàng)新工場講AI課:從知識到實踐