-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvisualizationTechniques.yml
executable file
·137 lines (111 loc) · 4.45 KB
/
visualizationTechniques.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
# Map of visualization principles according to Engelhardt-Richards classification.
# The classification is mentioned in 'The DNA Framework of Visualization', https://link.springer.com/chapter/10.1007/978-3-030-54249-8_51
# Description is used on a tag page and in SEO meta tag. Name is used in lists
- name: picturing
description: shows configuration and visual appearance of entities or scenes in the physical world (existing or imagined), using methods such as perspective projection.
type: arranging
id: PIC
- name: mapping
description: shows locations within the two-dimensional layout (typically horizontal) of physical configurations (existing or imagined), using methods such as cartographic projection.
type: arranging
id: MAP
- name: positioning along a coordinate axis
description: shows quantities or points in time by arrangement along an axis with a measurement scale.
type: arranging
hasDirection: true
id: AXI
- name: extending along a coordinate axis
description: (showing ranges)
type: arranging
variantOf: AXI
hasDirection: true
id: EXT
- name: diverging along a coordinate axis
description: (in opposite dir.)
type: arranging
variantOf: AXI
hasDirection: true
id: DIV
- name: ranging along a coordinate axis
description: (spanning 2 values)
type: arranging
variantOf: AXI
hasDirection: true
id: RAN
- name: ternary positioning along three axes
description: (in ternary plots)
type: arranging
variantOf: AXI
hasDirection: true
id: TER
- name: proportional space-filling
description: shows proportions of a total by sizing and arranging partitions (or repeating and arranging blocks) into a contiguous total surface area.
type: arranging
hasDirection: true
id: PSF
- name: ordering
description: shows order by arrangement into a sequential spatial order, or into spatially ordered levels of indenting.
type: arranging
hasDirection: true
id: ORG
- name: grouping by position
description: shows category membership by spatial proximity or alignment.
type: arranging
hasDirection: true
id: GRP
- name: coupling by adjacency
description: shows the presence of a given relationship between two entities by placing one visual component next to another visual component (from the same set1). In the case of a linear non-branching sequence of components, we speak of ordering rather than coupling by adjacency.
type: arranging
id: ADJ
- name: nesting
description: shows the presence of a given hierarchical (or sequential) relationship between two entities by spatial containment of one visual component within another (from the same set1). Usually, nesting comes with grouping by boundary and it is the boundaries (around components) that are nested (creating levels of containment).
type: arranging
id: NES
- name: connecting
description: shows the presence of a given relationship between two entities through the use of a configurator component that establishes a pathway between two visual components (from the same set1), e.g. two symbols connected with a line or arrow.
type: linking
id: CON
- name: grouping by boundary
description: shows category membership (or the presence of a given relationship between two entities) by grouping visual components using a configurator component such as a demarcating line, enclosure or shared background.
type: linking
id: BOU
- name: sizing
description: shows quantities or order by varying the surface area of visual components.
type: varying
hasDirection: true
id: SIZ
- name: sizing of bars
type: varying
variantOf: SIZ
id: SBA
- name: sizing of partitions
type: varying
variantOf: SIZ
id: SPA
- name: sizing band width
type: varying
variantOf: SIZ
id: SBW
- name: repeating
description: shows quantities or order by the use of multiples of visual components.
type: varying
id: REP
- name: gradient coding
description: shows order by the use of gradated differences in brightness or saturation, transparency, fuzziness, etc.
type: varying
id: GRA
- name: colour coding
description: shows category membership by the use of colour.
type: varying
id: COL
- name: shape coding
description: shows category membership by the use of shape.
type: varying
id: SHA
# below are layout principles (not a visualization techniques)
- name: positioning in an array of dimensions
description: (in parallel coordinates and radar charts)
type: layout principle
- name: placement in a grid
description:
type: layout principle