October 22, 2012

SCOPeS Properties in Information Visualization Design

In business intelligence, the presentation component is a more recently focused layer which brings sense-making and decision support directly to users. It includes various interaction and visualization techniques that add additional intuition and cognition to decision makers. Common tools include reporting (static and interactive reports), digital dashboards, and more complex analytical visualizations.

Most of the data in BI systems is multidimensional in nature. How do we present multidimensional data in a way that is clear, meaningful, and easy to understand? The design of visualization involves the effective use of fundamental visual elements and visual properties.

Visual elements are the basic building blocks in a chart or diagram to visualize data items. The most fundamental and abstract elements are: point, line, surface (area), and volume (3D). These basic elements, and the more complex elements built up on them, can represent almost anything in a visualization.

Visual properties or variables are used to "decorate" visual elements, so that the values or meanings of data items can be directly and easily perceived and understood by human. The most commonly used properties can be summarized as SCOPeS: Size, Color, Orientation, (spatial) Position, Texture, and Shape:
  • Size: the size of an element is an important property used for continuous data values. It can be implemented as length, width, height, area, angle, etc. For various reasons, it is common that the size property does not directly and truly represent the underlying value. In these cases, it must be very careful to design the size property, because unreasonable distortions will impact human perception.
  • Color: color is the most common visual property used for both categorical data and continuous data. It also include hue, brightness, and gray scale.
  • Orientation: it is closely related to shapes, and can be seen as variations of a particular shape or pattern. An common example is arrows or hands pointing to different directions.
  • Position: data values can be visualized as absolute positions in the visualization, or as the relative distance between elements. It is commonly used to visualize the position of data items against a pre-established scheme (such as a Cartesian coordinate system), categorization and grouping of date items in terms of similarities and differences, or spatial distances (especially used with maps).
  • Texture: texture is important when color sensitivity is an issue. Implementations include fill patterns, border patterns, shadow, etc.
  • Shape: shape can be applied to any visual elements. When used to visualize individual objects or data items, it usually represents nominal or categorical data values.
More complex visual elements (such as icons and symbols) can be built based on the basic elements and properties discussed above. Combinations of these properties can be used to represent multi-dimensional data in the same visualization. Animations (such as blinking, movement, spinning, etc.) are based on some dynamic changes of these properties, and they can be used for richer meaning and grab greater attention. Remember it is always a good idea to provide user customization of these properties.

See more:


No comments: