- Hands-On Data Visualization with Bokeh
- Kevin Jolly
- 138字
- 2021-06-25 20:50:22
What are glyphs?
When you see a plot, interactive or not, it is usually composed of geometric shapes that make up every element in that plot. In Bokeh, these geometric shapes are called glyphs. If we wanted to create a line plot, we would have to use a line to represent information on the plot, and if we wanted to create a scatter plot with a circle as our marker, we would use a circle to represent that information.
These geometric shapes that are used to convey visual information to readers about a piece of data are called glyphs.
In this book, we will help you plot the four types of plot where above using glyphs, and we will also give you information on the various types of plot that can be plotted using glyphs.
推薦閱讀
- Embedded Linux Projects Using Yocto Project Cookbook
- 新編Visual Basic程序設計上機實驗教程
- C語言程序設計實踐教程(第2版)
- DevOps with Kubernetes
- LabVIEW 2018 虛擬儀器程序設計
- WebAssembly實戰
- Python爬蟲開發:從入門到實戰(微課版)
- Learning C++ Functional Programming
- Hands-On Microservices with Kotlin
- Windows Forensics Cookbook
- Learning Python by Building Games
- Mastering JBoss Enterprise Application Platform 7
- Android系統級深入開發
- Learning jQuery(Fourth Edition)
- C++語言程序設計