- Hands-On Data Visualization with Bokeh
- Kevin Jolly
- 130字
- 2021-06-25 20:50:20
The difference between static and interactive plotting
In the world of data visualization, there are three main libraries using Python that dominate the market, and these are as follows:
- Matplotlib
- Seaborn
- Bokeh
The first two, Matplotlib and Seaborn, let you plot static plots—plots that do not change and plots that cannot be interacted with. These plots are useful and add value when performing exploratory data analysis, as they are quick and easy to implement and very fast to execute.
The third plotting library, Bokeh, lets you plot interactive plots—plots that change when the user interacts with them. These plots are useful when you want to give your audience a wide range of options and tools for inferring and looking at data from various angles.
推薦閱讀
- Monkey Game Development:Beginner's Guide
- 信息可視化的藝術:信息可視化在英國
- Selenium Design Patterns and Best Practices
- Learning AngularJS for .NET Developers
- Flowable流程引擎實戰
- Mastering jQuery Mobile
- Web前端開發技術:HTML、CSS、JavaScript
- Java EE架構設計與開發實踐
- Implementing Microsoft Dynamics NAV(Third Edition)
- 數字媒體技術概論
- Get Your Hands Dirty on Clean Architecture
- C/C++代碼調試的藝術(第2版)
- INSTANT Premium Drupal Themes
- 3D Printing Designs:The Sun Puzzle
- 例解Python:Python編程快速入門踐行指南