Brushing And Linking
   HOME

TheInfoList



OR:

In
database In computing, a database is an organized collection of data stored and accessed electronically. Small databases can be stored on a file system, while large databases are hosted on computer clusters or cloud storage. The design of databases spa ...
s, brushing and linking is the connection of two or more views of the same data, such that a change to the representation in one view affects the representation in the other. Brushing and linking is also an important technique in interactive visual analysis, a method for performing visual exploration and analysis of large, structured data sets. Specifically, linking consists of a change of parameters (for example a data filter) in one data representation being reflected in other connected data representations. Brushing may, for example, highlight the selected data from one view in other connected data representations. One example might be a two-part display, consisting of a
histogram A histogram is an approximate representation of the distribution of numerical data. The term was first introduced by Karl Pearson. To construct a histogram, the first step is to " bin" (or " bucket") the range of values—that is, divide the ent ...
alongside a list of document titles. The histogram could show how many documents were published each month. Brushing and linking would allow the user to assign a color, green for instance, to one bar of the histogram, thus causing the titles in the list display that were published during the corresponding month to also be highlighted in green.


History

The technique and name 'brushing' were introduced in the 1980s by Richard A. Becker and William S. Cleveland.Becker, R. A., and Cleveland, W. S. (1984), "Brushing a Scatterplot Matrix: High-Interaction Graphical Methods for Analyzing Multidimensional Data," technical memorandum, Murray Hill, NJ: AT&T Bell Laboratories.


See also

* Focus-plus-context screen * Interactive visual analysis


References

Data visualization