Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02 - Aufgabe 3 - Prototype: Difference between revisions

From InfoVis:Wiki
Jump to navigation Jump to search
Line 24: Line 24:
* layout, color, size, and shape encodings, distortion techniques, animation
* layout, color, size, and shape encodings, distortion techniques, animation
* query language
* query language
  * If you are regularly issuing queries (via Predicate filters) to data sets, it might help to index the data columns referenced by the Predicate. This can be done using the index() method of the Table class.
* rendering
  * use simple shapes - performance

Revision as of 00:32, 27 November 2006

Tile Maps

Summary Images Description


Interaction practices

User Interface

Techniques/Functions

  • Table Data
  • Navigation
 * Text
  • Zooming
 * Alpha-Slider
  • Highlighting
  • Dynamic Querying
  • Selection
  • Brushing
  • Distortion Techniques
  • layout, color, size, and shape encodings, distortion techniques, animation
  • query language
 * If you are regularly issuing queries (via Predicate filters) to data sets, it might help to index the data columns referenced by the Predicate. This can be done using the index() method of the Table class.
  • rendering
 * use simple shapes - performance