Theme River

CS150 - Data Visualization

Luke Geneslaw


Theme River displays the flow of information. Each "stream" represents
data values that vary over time. The width of a stream at any given
time step represents the value of the stream at that time. The overall width
of the river is dependent upon the sum of the values at each individual
time step.


Theme River implements a backbuffer to enable mouse overs. The data is
in the following format: stream name, time step, data value.