- Hands-On Data Visualization with Bokeh
- Kevin Jolly
- 129字
- 2021-06-25 20:50:22
Plotting with glyphs
In this section, we will learn how to plot the following types of plot using glyphs:
- Line plots: Line plots offer a way of visualizing the movements of points along the x-and y-axes in the form of a line. These plots are useful for performing time series analytics.
- Bar plots: Bar plots are useful for indicating the count of each category of a particular column or field in your dataset.
- Patch plots: Patch plots are used to indicate a region of points in a particular shade of color. Such plots can be used to distinguish different groups within the same dataset.
- Scatter plots: Scatter plots are used to visualize the relationship between two variables and to indicate the strength of correlation between them.
推薦閱讀
- Google Flutter Mobile Development Quick Start Guide
- JavaScript從入門到精通(微視頻精編版)
- MySQL數據庫管理實戰
- Cocos2D-X權威指南(第2版)
- Web Scraping with Python
- PHP+MySQL網站開發技術項目式教程(第2版)
- Programming ArcGIS 10.1 with Python Cookbook
- Instant Typeahead.js
- Python程序設計案例教程
- GameMaker Programming By Example
- 嚴密系統設計:方法、趨勢與挑戰
- Java程序設計:原理與范例
- 用戶體驗增長:數字化·智能化·綠色化
- FPGA Verilog開發實戰指南:基于Intel Cyclone IV(進階篇)
- App Inventor創意趣味編程進階