Introduction

Project Goals

Voyager is a data visualization tool that blends manual and automatic chart specification in a unified system. It aims to support smoother gradations between open-ended exploration and more focused phases of analysis. Voyager augments a traditional drag and drop chart specification interface with two new partial view specification techniques. Related Views automatically recommend charts based on your currently specified view, promoting the discovery of relevant data fields and alternative ways to summarize or encode your data. Wildcards let you precisely vary the properties of a specification to generate multiple visualizations in parallel, giving you control over sets of charts aligned with your analysis goals.

Interface Overview

This figure above shows the Voyager interface, which has the following parts:

  • The top panel (A) provides bookmark gallery and undo commands.

  • The data panel (B) contains the data selector, dataset name, data fields (C), and wildcard fields (D). Wildcard fields let you create multiple views in parallel by serving as "variables" over an enumerated set of fields. Categorical, temporal, and quantitative field wildcards are provided by default, though you can manually author custom wildcards containing desired fields (E).

  • The encoding panel (F) contains shelves for mapping fields to visual channels via drag-and-drop, and a control for selecting mark type. A wildcard shelf (G) lets you add fields without selecting a specific channel, allowing the system to suggest appropriate encodings.

  • The filter panel (H) shows dynamic query controls for filtering.

  • The specified view (I) displays the currently specified chart.

  • Related Views (J) shows different kinds of recommended plots relevant to the specified view.

Last updated