152 research outputs found
Data Formulator: AI-powered Concept-driven Visualization Authoring
With most modern visualization tools, authors need to transform their data
into tidy formats to create visualizations they want. Because this requires
experience with programming or separate data processing tools, data
transformation remains a barrier in visualization authoring. To address this
challenge, we present a new visualization paradigm, concept binding, that
separates high-level visualization intents and low-level data transformation
steps, leveraging an AI agent. We realize this paradigm in Data Formulator, an
interactive visualization authoring tool. With Data Formulator, authors first
define data concepts they plan to visualize using natural languages or
examples, and then bind them to visual channels. Data Formulator then
dispatches its AI-agent to automatically transform the input data to surface
these concepts and generate desired visualizations. When presenting the results
(transformed table and output visualizations) from the AI agent, Data
Formulator provides feedback to help authors inspect and understand them. A
user study with 10 participants shows that participants could learn and use
Data Formulator to create visualizations that involve challenging data
transformations, and presents interesting future research directions
GraphMaps: Browsing Large Graphs as Interactive Maps
Algorithms for laying out large graphs have seen significant progress in the
past decade. However, browsing large graphs remains a challenge. Rendering
thousands of graphical elements at once often results in a cluttered image, and
navigating these elements naively can cause disorientation. To address this
challenge we propose a method called GraphMaps, mimicking the browsing
experience of online geographic maps.
GraphMaps creates a sequence of layers, where each layer refines the previous
one. During graph browsing, GraphMaps chooses the layer corresponding to the
zoom level, and renders only those entities of the layer that intersect the
current viewport. The result is that, regardless of the graph size, the number
of entities rendered at each view does not exceed a predefined threshold, yet
all graph elements can be explored by the standard zoom and pan operations.
GraphMaps preprocesses a graph in such a way that during browsing, the
geometry of the entities is stable, and the viewer is responsive. Our case
studies indicate that GraphMaps is useful in gaining an overview of a large
graph, and also in exploring a graph on a finer level of detail.Comment: submitted to GD 201
Favorite Folders: A Configurable, Scalable File Browser
Microsoft Windows Explorer, the most widely used file browser in
Microsoft Windows, shows almost all directories in the file system. However,
most users usually access only a subset of the directories in their machine. If
the file browser shows only the directories users are interested in, they can
select the directory they want more easily and quickly.
This paper introduces a configurable, scalable file system explorer that reduces
selection time by showing only the directories users want to see. We give users
an easy way to hide directories behind a special ellipsis node. In addition,
those hidden directories are one click away.
We present a preliminary field study conducted to validate the concept of
Favorite Folders and a theoretical model to predict the performance times.
Keywords: Windows Explorer, file browser, adaptive interfaces, customizable
interfaces
UMIACS-TR-2003-38
HCIL-TR-2003-1
MAIDR: Making Statistical Visualizations Accessible with Multimodal Data Representation
This paper investigates new data exploration experiences that enable blind
users to interact with statistical data visualizationsbar plots, heat maps,
box plots, and scatter plotsleveraging multimodal data representations. In
addition to sonification and textual descriptions that are commonly employed by
existing accessible visualizations, our MAIDR (multimodal access and
interactive data representation) system incorporates two additional modalities
(braille and review) that offer complementary benefits. It also provides blind
users with the autonomy and control to interactively access and understand data
visualizations. In a user study involving 11 blind participants, we found the
MAIDR system facilitated the accurate interpretation of statistical
visualizations. Participants exhibited a range of strategies in combining
multiple modalities, influenced by their past interactions and experiences with
data visualizations. This work accentuates the overlooked potential of
combining refreshable tactile representation with other modalities and elevates
the discussion on the importance of user autonomy when designing accessible
data visualizations.Comment: Accepted to CHI 2024. Source code is available at
https://github.com/xability/maid
Visualizing Information on Smartwatch Faces: A Review and Design Space
We present a systematic review and design space for visualizations on
smartwatches and the context in which these visualizations are
displayed--smartwatch faces. A smartwatch face is the main smartwatch screen
that wearers see when checking the time. Smartwatch faces are small data
dashboards that present a variety of data to wearers in a compact form. Yet,
the usage context and form factor of smartwatch faces pose unique design
challenges for visualization. In this paper, we present an in-depth review and
analysis of visualization designs for popular premium smartwatch faces based on
their design styles, amount and types of data, as well as visualization styles
and encodings they included. From our analysis we derive a design space to
provide an overview of the important considerations for new data displays for
smartwatch faces and other small displays. Our design space can also serve as
inspiration for design choices and grounding of empirical work on smartwatch
visualization design. We end with a research agenda that points to open
opportunities in this nascent research direction. Supplementary material is
available at: https://osf.io/nwy2r/.Comment: 13 pages, appendi
- …