Encoding relevant data and map onto visual encodings (=Marks and Channels)
Marks are geomatric primitive objects classify according to the number of spatial dimensions they require.
For example:
→ All channels are not equal: the same data attribute encoded with two different visual channels will result in different information content.
The use of marks and channels in vis idiom design should be guided by the principles of expressiveness and effectiveness. These ideas can be combined to create a ranking of channels according to the type of data that is being visually encoded.
The visual encoding should express all of and only the information in the dataset attributes Thể hiện tất cả và chỉ thông tin có trong thuộc tính dữ liệu
→ The identity chanels are the correct match for the categorical attributes. The magnitude channels are the correct match for the ordered attribute, both ordinal and quantitative
→ The most important attributes should be encoded with the most effective channels in order to be most noticeable, and then descreasingly important attributes can be matched with less effective channel
→ What the word effectiveness means in the context of visual encoding? According to the criterial of accuracy, discriminability, separability, popout and grouping
2.2.1. Accuracy
2.2.2. Discriminability
The principle of discriminability refers to the ability of a visual channel to effectively differentiate between items in the data
(Discriminability đề cập đến khả năng phân biệt các sự khác biệt giữa các đối tượng hoặc giá trị khi sử dụng một kênh trực quan)
Ability to perceive differences in mapped variables
Depends on
2.2.3. Separability
The separability principle in visual encoding refers to the independence or interaction between visual channels used to represent different attributes of data.
(Separability đề cập đến khả năng biểu thị các thuộc tính khác nhau mà không có sự tương tác hoặc can thiệp giữa chúng.)
Separable: if they can be perceived as two distinct values
→ Use separable channels to perceive one variable at a time
Intergal: If the feature can be easily perceived only as a one
→ Use integral channels to obtain a holistic effect
2.2.4. Popout / Saliency
Do you see the black sheep?
Where is Wally?
Saliency is the degree to which a specific location or region in an image stands out and attracts attention.
Attention has a fundamental role in visualization. Humans do not perceive all the visual information in front of them
It seems that we have two different visual mechanisms
Pre-attentive
→ True for many individual channel/graphics primitives
Attentive: more time required, requires sequential search, time grows with the number of distractors
→ True for most combinations of channels
<aside> 📒
Notes