- 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.
推薦閱讀
- JavaScript+DHTML語法與范例詳解詞典
- SQL語言從入門到精通
- VMware虛擬化技術
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- Swift Playgrounds少兒趣編程
- 編程與類型系統
- JavaScript悟道
- Ext JS 4 Plugin and Extension Development
- Python應用與實戰
- Microsoft HoloLens By Example
- Data Manipulation with R(Second Edition)
- Building a Media Center with Raspberry Pi
- MATLAB/Simulink建模與仿真
- 寫給所有人的編程思維
- Java程序設計