这是我参与「第四届青训营」笔记创作活动的的第21天
01. 定义 /Definition
1.1 什么是可视化/ What is Visualization
Visualization is any technique for creating images, diagrams, or animations to communicate a message
1.2 什么是数据可视化/What is Data Visualization
Anything that converts data into a visual representation (like charts, graphs, maps, sometimes even just tables)
1.3 数据可视化作用/The Role of Data Visualization
A picture is worth a thousand words(信息展示)
1.3 数据可视化作用/The Role of Data Visualization
Explore the truth of the data(数据探索)
Promote communication and exchange(沟通媒介)
02.原理/Theory
- 流程 /Process
- Abstract Data
- Visualization Design
- Rendering and Display
- Interactivity
2.1 数据 /Data
2.1.1 定义 /Definition
Data is defined as a collection of meaningful facts which can be stored and processed by computers or humans.
2.1.2 数据和数据集/Data and Dataset
DataTypes: ltems Attributes Links Positions Grids
2.1.3 表格 /Tables
2.1.4 多维表格/Multidimensional Table
2.1.5 网络图和树图/Networks or Trees
2.1.6 场/Fields
Fields (Continuous , scalars, vectors, or tensors)
2.1.7 几何数据/Geometry Spatial
2.1.8 属性分类/Attribute Types
2.2 编码 Encode
2.2.1 认知 /Cognition
-
Perception of raw visual signals, e.g. color, shape, etc.
-
Pattern recognition
-
Reasoning and Analysis
2.2.2 图元 / Marks
1. Items/Nodes
2. Links
2.2.3 通道/Channels
A visual channel is a way to control the appearance of marks
2.2.4 编码/Encode
2.2.5 举例/Encode Demo
ltems:Rect
X-axis: Category---» Position
Y-axis: Number--» Length
GroupBy: Category----» Color
2.2.6 编码有效性/Effectiveness
You must consider a continuum of potential interactions between channels for each pair, ranging from the orthogonal and independent separable channels to the inextricably combined integral channels.
2.2.6 编码有EEffective
2.3 交互/Interaction
2.3.1 分类 / Interaction Categories
03. 案例/Cases
1)过多的分类会使得饼图的视觉效果趋于混乱。
2)同样的数据,如果使用柱形图来显示,分类之间的对比就会明显很多
非0基线造成的数据扭曲
1)使用累积数据而不是年份数据,给观众造成逐年销量攀升的假象;
2)另外没有明显的比例尺,看不出数据之间的实际差异
04.学习/Learning
4.1 综合/Comprehensive
4.2 理论/Theory
4.3 编程/ Programming
4.4 前言/Frontier
IEEE Info Vis/VAST/SciVis/
4.5 实践/Practice
4.6 我们在做的事情/About Us
课程总结/Summary