September 2014
Beginner to intermediate
617 pages
17h 56m
English
Chapter 4
IN Chapter 2, we showed the basic steps of a visualization application and also sketched a simple data representation for the function graphing problem. In Chapter 3, we described in detail how to represent discrete, sampled data. We introduced several dataset types that offer different trade-offs between representation flexibility and storage and implementation requirements. At this point, we should have a good understanding of how to represent the data we are interested in visualizing. The focus of this chapter is to present the structure of a complete visualization application, both from a conceptual and a practical perspective.
We begin our discussion with a conceptual description of the structure of visualization ...