Chapter 6

Vector Visualization

VECTOR data is as frequently encountered, and as important, as scalar data. Strictly put, a vector is a tuple of n scalar components v = (v1,..., vn), vi ∈ ℝ. An n-dimensional vector describes, for example, a position, direction, rate of change, or force in ℝn. However, the majority of visualization applications deal with data that describes physical phenomena in two- or three-dimensional space. As a consequence, most visualization software defines all vectors to have three components. 2D vectors are modeled as 3D vectors with the third (z) component equal to null. Although one could provide separate implementation-level support for 2D vectors, this would massively complicate the structure of visualization software, ...

Get Data Visualization, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.