- 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.
推薦閱讀
- Bootstrap Site Blueprints Volume II
- Python量化投資指南:基礎、數據與實戰
- ASP.NET MVC4框架揭秘
- 數據結構和算法基礎(Java語言實現)
- Interactive Data Visualization with Python
- JMeter 性能測試實戰(第2版)
- Instant QlikView 11 Application Development
- Python數據挖掘與機器學習實戰
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- INSTANT Django 1.5 Application Development Starter
- 精通MATLAB(第3版)
- NetBeans IDE 8 Cookbook
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- Spring Boot+Vue全棧開發實戰
- Java Web從入門到精通(第2版)