UW Interactive Data Lab
Papers
The DenseLines algorithm for computing density for multiple time series has two steps. First, take a dataset of time series (A) and render each series in a discrete matrix (B.1). Set bins to 1 if the line passes through it (B.2). The matrix is then normalized by the sum in each column (B.3). In the second step, combine the normalized values into a single density map (C.1).
Abstract
Data analysts often need to work with multiple series of data - conventionally shown as line charts - at once. Few visual representations allow analysts to view many lines simultaneously without becoming overwhelming or cluttered. In this paper, we introduce the DenseLines technique to calculate a discrete density representation of time series. DenseLines normalizes time series by the arc length to compute accurate densities. The derived density visualization allows users both to see the aggregate trends of multiple series and to identify anomalous extrema.
Materials