Next Article in Journal
Innovation in the Era of IoT and Industry 5.0: Absolute Innovation Management (AIM) Framework
Previous Article in Journal
On the Integration of Knowledge Graphs into Deep Learning Models for a More Comprehensible AI—Three Challenges for Future Research
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Depicting More Information in Enriched Squarified Treemaps with Layered Glyphs

by
Anderson Gregório Marques Soares
1,2,*,†,
Elvis Thermo Carvalho Miranda
3,†,
Rodrigo Santos do Amor Divino Lima
1,†,
Carlos Gustavo Resque dos Santos
1,† and
Bianchi Serique Meiguins
1,3,*,†
1
Computer Science Postgraduate Program, Federal University of Pará, Belém, PA 66075-110, Brazil
2
Campus Capanema, Federal Rural University of Amazonia, Capanema, PA 68700-665, Brazil
3
Institute of Natural and Exact Sciences, Federal University of Pará, Belém, PA 66075-110, Brazil
*
Authors to whom correspondence should be addressed.
These authors contributed equally to this work.
Submission received: 1 February 2020 / Revised: 18 February 2020 / Accepted: 19 February 2020 / Published: 22 February 2020
(This article belongs to the Section Information Applications)

Abstract

:
The Treemap is one of the most relevant information visualization (InfoVis) techniques to support the analysis of large hierarchical data structures or data clusters. Despite that, Treemap still presents some challenges for data representation, such as the few options for visual data mappings and the inability to represent zero and negative values. Additionally, visualizing high dimensional data requires many hierarchies, which can impair data visualization. Thus, this paper proposes to add layered glyphs to Treemap’s items to mitigate these issues. Layered glyphs are composed of N partially visible layers, and each layer maps one data dimension to a visual variable. Since the area of the upper layers is always smaller than the bottom ones, the layers can be stacked to compose a multidimensional glyph. To validate this proposal, we conducted a user study to compare three scenarios of visual data mappings for Treemaps: only Glyphs (G), Glyphs and Hierarchy (GH), and only Hierarchy (H). Thirty-six volunteers with a background in InfoVis techniques, organized into three groups of twelve (one group per scenario), performed 8 InfoVis tasks using only one of the proposed scenarios. The results point that scenario GH presented the best accuracy while having a task-solving time similar to scenario H, which suggests that representing more data in Treemaps with layered glyphs enriched the Treemap visualization capabilities without impairing the data readability.

1. Introduction

The Treemap is an information visualization (InfoVis) technique that uses recursive areal subdivision to visualize hierarchical data organized in tree structures [1]. The areas are proportional to the data values: the higher the data value, the greater the area. One of the strengths of some Treemaps types is the space-filling aspect of the visualization, which uses the whole available display to convey information more efficiently than traditional tree diagrams [2]. There are different layout subdivision algorithms to subdivide the visual space into specific shapes, such as circular [3], rectangular [4], polygonal [5], squarified [6], geographical-like [7] and even hybrid approaches [8].
Two issues are essential when choosing one of those algorithms: layout stability and visual data readability, and choosing a trade-off between them is a critical point in designing a Treemap algorithm. The layout stability is the ability of small changes in data reflecting small changes in the layout, and visual data readability is concerned about the quality of the data representation. The readability is better for shapes with a low aspect-ratio (e.g., rectangles closer to squares) because thin shapes make it challenging to see and compare the sizes of the items.
Despite that, Treemap still presents some challenges for data representation, such as the few options for visual data mappings and the inability to represent zero and negative values. Additionally, visualizing high dimensional data requires many hierarchies, which can impair data visualization. One possibility to overcome these issues is overlaying the Treemap with glyphs—visual representations that can depict data in its components [9]—but there is a lack of studies proposing and testing such an approach. Thus, considering the Treemap challenges, the potential of glyphs to represent multidimensional data, and the lack of studies and evaluations about glyphs in Treemaps [10], this work presents a prototype that adds configurable layered glyphs in visual Treemap items to mitigate the squarified Treemap challenges. With this approach, the Treemap can represent more multidimensional data, including options to encode small, zero, and negative values.
In this research, we propose layered glyphs—glyphs that use overlapped layers—where each layer encodes a visual variable that represents a single data dimension. The layers compose into multidimensional glyphs by making sure that all layers are readable, even when partially overlapped by other layers (See Figure 1). This choice of layered glyphs and squarified Treemap is a starting point to evaluate the combination of glyphs and Treemaps since both approaches have similar aspect-ratios (close to 1). The main contributions of this work are (1) to provide an InfoVis tool that implements this combination and make it available for download and use under the MIT License and (2) to evaluate the analysis scenarios where the combination of layered glyphs and squarified Treemaps can be useful.
For the evaluation, we tested three scenarios in a comparative analysis: Treemap with glyphs and without hierarchy (G), Treemap with glyphs and hierarchy (GH), and Treemap without glyphs and with hierarchy (H). We conducted a user study with 36 volunteers to evaluate the scenarios. Each participant performed eight user tasks using only one of the three visualization scenarios. Thus, we aim to measure the effect that adding glyphs to Treemaps has on the evaluated tasks in terms of task speed and accuracy.
The paper is organized as follows. Section 2 presents the background context, addressing topics such as information visualization, the Treemap technique, and glyphs. Section 3 shows related works. Section 4 presents the proposed prototype for this research. Section 5 presents the methodology of the user study. Section 6 shows the results. Finally, Section 7 presents final remarks and future works.

2. Background Context

This section includes some background on information visualization, Squarified Treemap, and glyphs. These concepts are applied in the proposed prototype; therefore, they are essential to comprehend the remainder of the paper.

2.1. Information Visualization

Information Visualization (InfoVis) comprises the study of visual representations and interactive techniques to explore abstract data, aiming to improve user’s understandings about the data, patterns, outliers, and the relations between them. It is a field that studies visual techniques to strengthen perception, communication, and cognition about the data [11,12,13].
The main characteristics of visual mapping of an InfoVis technique are the spatial substrate, the graphical elements, and the graphical properties [14]. The spatial substrate is the layout of the visualization, the disposition of graphical elements on the screen. The graphical elements are the visual marks, such as points and lines that represent data entries, and the graphical properties are properties of graphic elements that are noticeable to the retina of the human eye.
Another relevant aspect of InfoVis tools is the dynamic interaction to support the data analysis, which enables the user to explore the data and pursue an answer. There are several ways of interacting with data, such as sorting, filtering, highlighting, aggregating, accessing detail on demand, adding visual mappings, re-expressing, zooming, and panning [12].
Shneiderman [15] suggests that an InfoVis tool should at least allow the users to perform overview, zoom, filter, and details on demand. Additionally, Shneiderman describes seven data types as the basis for classification of InfoVis techniques: 1D, 2D, 3D, Temporal, Multidimensional, Trees, and Networks.

2.2. Squarified Treemap

From the large number of techniques that visually represent hierarchical data [16], i.e., data in tree data structures, the Treemap [17] technique is one of the most popular [18]. The main reasons for its popularity are: provides a good overview of large datasets; the data hierarchy facilitates the comparison and identification tasks; the layout of the items facilitates the identification of the order between them [1].
The Treemap, in its original conception, subdivides the screen space recursively into nested rectangles to represent the hierarchical structure of the data, and each of them representing a node of the tree. The area of them is proportional to the value of the children nodes that compose it, and the layout algorithm uses the maximum visual space available to display the data [1,17].
The layout subdivision algorithm can use a variety of shapes, such as circular [3], rectangular [4], polygonal [5] or geographical-like [7]. One of subdivision algorithms is the Squarified Treemap [6] that tries to make the rectangles as square shape as possible. Thus, according to [6], square-like shapes provide a better visual comparison of items when their aspect ratios are similar, the most efficient use of display space and the visual elements are more comfortable to spot and point out.
However, the technique still presents challenges for data representation, particularly: few options for encoding visually the data (limited to size, color, and label); limited visual options of negative numbers, zero or missing data; and visual clutter caused by increasing the number of hierarchies.

2.3. Glyphs

In the context of InfoVis, a glyph is a visual representation of a data entity or a set of data, where its graphical properties (e.g., color, shape, size, etc.) map one or more attributes of a dataset [9]. This concept is a broad and general definition for a glyph, embodying an extensive range of types of glyphs created until now, including markers at a scatterplot, bars of a histogram, and even the line of a line chart [19].
Many authors published lists of visual variables more frequently used for mapping data values [20,21,22]. They included: position (1D, 2D or 3D), size (length, area or volume), shape, orientation, material (hue, saturation, intensity, texture or opacity), stroke style (width, dashes or opacity) and dynamics (movement speed, movement direction, and blinking rate).
According to Ward et al. [23] and Fuchs et al. [10], the predominant types of visual variables for mapping data into glyphs are:
  • One-to-one: in which each different data attribute is mapping to one distinct visual variable type;
  • One-to-many: use redundant mappings to improve precision and facilitate the data interpretation;
  • Many-to-one: in which many or all data attributes map one common type of graphical feature, separated by space, orientation, or other transformation.
Fuchs et al. [10] and Ward et al. [23] presented some examples of glyph design and visual mappings, including: Star glyphs [24], Stick figures [25], Face glyphs [26], Tree glyphs [27], Box glyphs [28], Arrow glyphs [29], Autoglyphs [30], Profile glyphs [31] and Polygon glyphs [32].
In summary: this research applies layered glyphs to represent additional data to visual items of squarified Treemap technique, aiming to improve not only the representation of small, zero, and negative values but also increase the visual data dimensionality. We proposed glyphs for both categorical and ordered data. Each glyph layer can visually map data with color, shape, texture, text, and length; the layers compose into glyphs by associating each of these visual variables to a data dimension. Each layer is visualized partially, except for the top layer, allowing to perceive the visual variable values in each layer.

3. Related Work

Many research investigated ways to improve information representation in Treemaps by adding other techniques, for example: Treemap + Node-Links [33], Treemap + Table Lens [34], Treemap + Bar Charts [35], and Treemap + Choropleth [36]; However, the problems discussed in Section 2.2 remains open.
This work follows the same approach cited in the related papers, combines two visualization techniques, proposing to merge Treemap + glyphs techniques. This section presents two study categories that influenced this work: studies on glyphs applied in several InfoVis techniques, and studies about the use of glyphs specifically in Treemaps.

3.1. Glyph Studies

This section presents the glyph studies that provided the foundation of our proposal, such as design guidelines and configuration possibilities.
Fuchs et al. [10] published a systematic review involving 64 papers related to the use of glyphs in data visualizations. With their review, they intended to improve researchers understanding regarding the optimal design of glyphs to improve information gain. The study also pointed out open research scenarios in the literature, like the study of glyphs in Treemaps and other layouts. They also highlight the most used glyph designs and evaluation methods.
Borgo et al. [37] presented a state-of-the-art investigation focused on glyph-based visualizations; their review included considerations regarding the design and implementation of glyphs, as well as their application in different visualizations. They presented many evaluation studies about the perception of visual variables of glyphs, in which they reach a consensus that the most common pre-attentive variables in glyphs are order, color, size, shape, and orientation.
Ribarsky et al. [38] implemented Glyphmaker, a tool to ease glyph creation for non-specialist users. Glyphmaker allows users to personalize graphical properties by using a simple glyph editor and a point-and-click binding interaction. The tool gives flexibility and dynamism to the user in the task of glyph creation.
Theron et al. [39] presented a tool which runs multiple InfoVis techniques, including parallel coordinates, Treemaps, and glyphs. Their study focused on the recovery of cinematography data. They used shape-based glyphs, varying the shape to represent the person profile involved in a movie. In their glyph design, the overlapping of the shapes never causes total occlusion. We highlight this positive characteristic of their design, and we took as an inspiration for our proposed glyph design.
Maguire et al. [40] proposed a systematic process for glyph design exploring both the concepts of data hierarchy and the ability to distinguish visual variables through the overlapping of them. Their work was applied in the biology field to visualize of projects and experimental processes.
Legg et al. [41] presented a visualization solution for the analysis of sports performance data in real-time. The authors used a glyph design to allow the training team and analysts to visualize actions and events at a glance. The article presented a glyph comprised of seven attributes, both categorical and ordered. A pictogram represents the glyph’s key event, and its design features the overlapping of visual variables without harming the reading of the glyph.
Another application is Glyph Sorting [42]. The research used glyphs to enhance sport event analysis, which uses the scatterplot visualization. The glyphs replace the scatterplot dots by a circular shape and can map up to nine attributes. A pictogram in the center of the circle represents the events of the match. Their glyphs also used the overlapping of visual variables without undermining the understanding of the data it represents.

3.2. Using Glyphs in Treemaps

Khan et al. [43] conducted research centered at focus+context visualization, motivated by the need to visualize query results of a large filesystem in a Treemap. The result (the “focus”) of a query used glyphs above a squarified Treemap items (the “context”), causing partial occlusion of them. The glyph’s design represents four attributes: three categorical and one quantitative; however, the user can not modify the design of the glyph.
Fischer, Fuchs, and Mansmann [44] developed an application to visualize large network traffic data, focus on subnets traffic. Therefore, they used a circular Treemap layout with a circular glyph representing 24 h, where each circular segment indicated 1 h of a subnet or an IP address. Also, they use color to indicate the amount of network traffic in bytes. Their design also employed a static structure that did not allow modifications of the glyph.
Elmqvist and Fekete [45] proposed the use of profile and pie glyphs to represent items aggregation, aiming to improve the understanding of visualizations. The authors’ investigation resulted in a set of guidelines for the design of glyphs.
Soares et al. [46] presented a merge proposal of a squarified Treemap and glyphs techniques to analyze multidimensional data. The glyphs were also dynamic since they enable the user to map data attributes, visual variables, and layers. Their work also suggested the use of an adaptive glyph that uses a decision tree to eliminate layers that are not visibly suitable due to the small size of the glyph. Even though the adaptive glyph can deliver information to the user even in Treemaps items with a small area, their glyphs only map categorical and ordinal attributes without any visual variable to represent quantitative data. Therefore the paper does not solve some challenges concerning negative numbers, zero or missing data representation. Additionally, the study does not address a user test aiming to indicate the efficiency and the efficacy of using adaptative glyphs in a squarified Treemap.
In summary: between the related works selected, which merge Treemap and glyphs, no one of them attacks all problems, mainly considering the representation of zero, negative, and small values. Besides, just a few papers conducted user studies to evaluate de glyph application on squarified Treemap. Other highlight characteristics are the use of glyph in overview visualization or after the filter usage. Table 1 summarizes the main differences between related approaches and our proposal.

4. Prototype

In this section, we present the prototype developed to merge the techniques squarified Treemap and glyph. We explain the design of the proposed glyph, the functionalities of the prototype, and the prototype’s process flow.

4.1. Glyph Design

The proposed glyph is a square-based shape and composed by layers. For the representation of categorical and ordinal attributes, each layer maps to a visual variable, which can be texture, shape, color (hue and brightness), and text. The values of the visual variables used in the glyph’s layers and the data type that they are suited to represent are presented in Figure 2.
All glyph layers are aligned with the center of the Treemap item. Considering a layer N positioned above a layer N-1, the upper layer N overlaps N-1 by 65% to avoid total occlusion (See Figure 3). According to Soares et al. [46], 65% of overlap is a suitable threshold to perceive all layers. The position of the layers is fully exchangeable, and the user has the freedom to choose visual variables to represent the data for each of them, assembling a customized glyph that better fits the data analysis.
For example in Figure 3a the order (bottom-up) of layers are color, texture, shape, and text; In Figure 3b there was an exchange between texture and color.
To represent quantitative data, we consider the use of the profile glyph—a glyph to represent n-dimensional observations with n bars [23]—in the upper layer of the proposed glyph. The height of the bars is proportional to the data values selected, and the bars are next to each other [31]. In our project, the profile glyph is a particular type of layer that encodes quantitative information with a bar-chart miniature. Since any overlap may impair the understanding of the profile glyph, it is always positioned at the top-level layer to be fully visible.
The user might encode many quantitative dimensions to a profile glyph layer using bars. The use of colors is to facilitate the distinction between the data dimensions in the profile glyph. The user can add up eight dimensions (thus eight colored bars). The prototype may add more than eight bars, but its visibility may be impaired because of the Treemap item area. Profile glyphs may benefit from additional research to quantify its efficacy in different screen spaces, but that topic is out of the scope of this research. The length of the bars shows the normalized values of the data point in the associated dimensions.
The profile glyph allows the mapping of negative values, using an inverse bar that starts at the origin and grows down. Reference lines mark the minimum and maximum lengths that the bars can reach. We decided to use this reference lines so the user has a reference when comparing each profile glyph. Before plotting it the data was normalized since each Treemap item does not have the same size or area. Figure 4 presents an example of a layered glyph with three layers (visual variables), with the last layer—layer N—having a profile glyph with each bar representing a quantitative data dimension.

4.2. Treemaps with Layered Glyphs Tool

We implemented a tool to visualize multidimensional data in a squarified Treemap with layered glyphs, and it is available for download (Available at: http://labvis.ufpa.br/treemapglyphs). User studies are presented in the next section using it. The tool has the following main functionalities:
  • Load a dataset;
  • Configure and visualize the Treemap visual variables;
  • Configure the glyph layers;
  • Details on demand visualization.
As a first step to use the tool, the user has to select the data to be analyzed (a text file or a database view) and configure the initial visual mappings for the Treemap. After that, the user can add glyphs to the visualization, set up the order of the layers, and set the data dimensions mapped to the visual variables (See Figure 5).
Figure 6a shows a print-screen of the Treemap technique overview with the addition of layered glyphs. To configure a glyph with categorical data, the user interacts with a list of visual variables: texture, color, shape, and text (See Figure 6b). The user can choose which of them will be used in the glyph composition, as well as define the presentation order of the layers.
After selecting the visual variables and their order, it is necessary to map the layers to the dataset dimensions (See Figure 6c). A menu shows a list of the available data dimensions for each chosen visual variables. After completing the glyph configuration, they will appear at the Treemap items. The tool also shows a legend for the visual mappings (See Figure 6d).
The glyphs can also represent quantitative data through a profile glyph in the most top layer (See Figure 7a). The tool shows a menu with a list of available quantitative data dimensions, and the user can select up to eight data dimensions into the profile glyph layer. The user can also alter the horizontal order of the bars if desired (See Figure 7b). A color legend helps to identify the dimensions mapped in each bar. (See Figure 7c).

5. User Study

We have conducted a task-based user study to investigate the effectiveness (accuracy and task completion time) of layered glyphs embedded in Treemap items. The glyphs can increase data dimensions visually represented beyond those offer by the visualization technique, without impairing the reading of information presented on it.
In a bit more detail, we aim to evaluate if adding glyphs in Treemap items increases user performance during the search and data analysis tasks. For that, we have proposed a comparison between Treemap scenarios with and without glyphs for performing the tasks. Moreover, we aim to investigate if the proposed glyphs mitigate the visual clutter that occurs when using too many hierarchies and if it is suitable for negative, null, and small values representation.
The next sections will present important information about the user study such as the computational environment, the profile of participants, the used dataset, the hypotheses which guide the experiment, examples of test scenarios, user tasks applied, and procedures.

5.1. Computational Support

The testing room had a computer desk, two chairs, a monitor, and a notebook. The notebook used in the test has an Intel Core i7 processor and 8 GB of RAM, with its video output being a 21” monitor with 1920 × 1080 pixels of resolution. The center of the screen was positioned between 60 cm and 70 cm straight ahead from the participant’s eyes.

5.2. Participants’ Profile

A total of 36 volunteers with knowledge about InfoVis techniques participated in the tests, with ages ranging from 18 to 42 years old, between men (33) and women (3), graduates (31), and undergraduates (5) in the information technology area. For this research, we defined InfoVis experience as having enough knowledge to use and understand hierarchical techniques, such as participants that have previously coursed an InfoVis course in graduation or post-graduation, or have been InfoVis researchers for at least six months.

5.3. Dataset Description

A synthetic database with 200 entries and 13 attributes—five quantitative and eight categorical— was used in the evaluations (See Table 2). The main reason to use a synthetic dataset is the ease of controlling data characteristics for the test scenarios—for instance, scenarios with one or more unique answers, patterns or outliers. Thus, well-known visualization tasks [47,48] can be used for analyzing or exploring datasets.
It is essential to highlight that, although the synthetic dataset is about weather data, we focus only on the data structure; the semantics of the data (names of dimensions and attributes) are there only to facilitate the elaboration and communication of the tasks to the users. Thus, our study did not aim to simulate any real weather scenarios, and that fact was explicit mentioned to the participants before the tasks. Table 2 shows details of the dataset dimensions and their values.

5.4. Hypotheses

The main scenarios proposed for the evaluation have the Treemap as a background and consider the usage or not of hierarchies and layered glyphs, or include the combined usage of them. We expect that each type of scenario will have its advantages and disadvantages, and we intend to find answers for these expectations evaluating the following hypotheses:
Hypothesis 1. (H1).
Replacing Treemap hierarchies by layered glyphs improves user performance for performing search tasks.
Hypothesis 2. (H2).
Combining Treemap hierarchies with layered glyphs improves user performance in search tasks when compare to Treemap with hierarchies only.
Hypothesis 3. (H3).
Combining profile glyphs with Treemap hierarchies improves user performance for identifying negative values when compare to Treemap with hierarchies only.
Hypothesis 4. (H4).
Combining profile glyphs with Treemap with hierarchies improves user performance for identifying the zero values when compare to Treemap with hierarchies only.
Hypothesis 5. (H5).
Combining layered glyphs with Treemap hierarchies improves user performance for searching a single value compare to Treemap with hierarchies only.
Hypothesis 6. (H6).
Combining profile glyphs with Treemap hierarchies improves user performance for identifying patterns in a data group compare to Treemap with hierarchies only.

5.5. Test Scenarios

We defined three test scenarios to evaluate the effectiveness of the glyphs usage in Treemaps, according to the defined hypotheses:
  • Scenario G: Treemap with glyphs and without hierarchy (See Figure 8);
  • Scenario GH: Treemap with glyphs and with hierarchy (See Figure 9);
  • Scenario H: Treemap without glyphs and with hierarchy (See Figure 10).
We proposed Scenario G to analyze cases in which glyphs replace all Treemap hierarchies. The GH scenario evaluates the usage of glyphs and hierarchies together in the Treemap. Finally, scenario H is the traditional usage of squarified Treemap with hierarchies without glyphs, as a baseline to compare the results with other scenarios.

5.6. User Tasks

We designed eight user tasks to support the analysis of the proposed hypotheses. Table 3 shows a description of the tasks, which hypotheses are related to, and explains for each task what it intends to be evaluated.
Each type of scenario has pre-configured visual mappings for each task. The visible attributes are consistent through all scenarios, i.e., they are the same data attributes using different visual mapping such as hierarchy, shape, color, etc. To illustrate the use of the same data attributes in all scenarios, consider the visual mapping for each of them in the Table 4 related to the task 4 of Table 3 for Scenario G (Figure 8), Scenario GH (Figure 9), and in Scenario H (Figure 10).

5.7. Procedures

This section describes the procedures to conduct the tests. First of all, a set of people received an invitation to participate in the evaluation procedure by e-mail or social network. All the participants who accepted the invitation were volunteers, and they did not receive any fund compensation for that. Each participant undertook the test individually. Before the beginning of the tests, the conductor of the procedure informed the participant that the use of data collected during the tests would be anonymous. Besides that, if they wished they could stop the test at any moment, and there would not be a time limit for the execution of the tasks.
After that, the conductor showed a training video. The usage of a video was important to standardize the participants’ training. The video included the following topics:
  • a brief explanation of Treemap and glyph techniques;
  • the design of the proposed glyphs;
  • an overview of the used dataset;
  • examples of tasks, similar to those of the test, but using a different synthetic dataset;
  • information about how participants would provide the answers (e.g., clicking in a Treemap item).
After the training video, we presented preliminary InfoVis tasks with a different dataset. We highlight that the tests only started when the participant correctly answered at least two tasks at the preliminary step: one task containing quantitative data and another one containing quantitative and categorical data. Also, the participants had to reassure to the test conductor if they were already prepared to undertake the test.
When the user starts the test, a type of scenario (G, GH, or H) is randomly chosen, respecting the maximum of 12 participants per group without repetitions. Thus, all 36 participants formed three groups of 12, one group for each visualization scenario.
Each participant performed eight tasks—from T1 to T8—using only the visualization of the group (G, GH, or H) which the participant was associated with, i.e., no participant performed tasks in more than one scenario type. We pre-configured all visualization scenarios to guarantee the equivalency between them. Thus, participants did not need to configure the visualization scenarios, so they could focus on analyzing the visualization and finding the answer.
Since the only difference between the scenarios (i.e., the independent variable) is the presence or absence of glyphs or hierarchies, the effect can be measured. In the study, we collect data regarding time, error, and interaction, and this process is automatic in the tool. The participant only has to click on the Treemap items to answer a task, so all data is recorded. No information is collected from the training phase, as its purpose is only to make sure that participants are on the same knowledge level.
During the training and tests, only one conductor and one participant were present in the room. We shown the tasks at the top area of the user screen, immediately above the visualization (See Figure 11).
For the test, the participants performed eight tasks in a random order. They could only move to the next task after answering the current one. A participant starts a task clicking on the start button, and read it out loud, thereby the participant is free to understand the task request and begin to analyze the visualization. After that, the participant provides an answer by clicking on the Treemap item(s) and then on a submit button. The prototype saves the time between the start and submit buttons and also the participant’s answer in a log file. After repeating this process for all the eight tasks, the test session is over.

6. Results

We analyzed three aspects of the collected data to compare the performance between the groups: the proportion of correct and wrong answers, the average response time with confidence intervals, and a pair-wise time effect size analysis [49,50]. Figure 12 shows how to interpret the charts that will present such aspects in the following sections.
Figure 12a shows the amount of correct and incorrect answers of 12 participants for one task in each scenario, and a pair-wise test using bootstrapping to compute the 95% confidence interval of the difference between each pair of groups. Figure 12b shows the mean response time of 12 participants and its 95% confidence interval, both for the same task. If the confidence intervals of the two groups are far apart, then there is a significant difference between them. For instance, in Figure 12b, there is no significant difference between H-GH, but there is between GH-G and H-G.
The Figure 12c shows the pair-wise time comparison between groups. We used bootstrapping [51] to compute the 95% confidence interval of the difference between each pair of groups. If the interval crosses zero, we can not reject the (null) hypothesis that the groups are equal. If the interval does cross zero, then we can reject the null hypothesis in favor of the (alternative) hypothesis that one group is better than the other (at α < 0.05 ). Besides, Figure 12c shows the effect size in terms of Cohen’s d [52] using a multi-colored bar that is positioned at the center and grows towards the faster scenario. The colors indicate the thresholds of Cohen’s d effect sizes (insignificant, small, moderate, and large effect). Thus in Figure 12c, scenario GH is at least 38 s faster than scenario G, which is a large effect size (the 38 s mark reaches the dark-blue color).
Figure 13 and Figure 14 present the accuracy and time results of the tasks performed by all groups of participants, including the pairwise statistical analysis between groups.
The following topics will guide our analysis of the results: to replace hierarchies by layered glyphs; to locate highest, zero, negative or unique values; to compare groups; and to identify patterns. The analysis of them will support or refute or the hypotheses proposed in Section 5.4.

6.1. Hierarchies versus Layered Glyphs

We considered all user tasks of the study to analyze this criterion. In general, the G, GH, and H scenarios did not show significant statistical differences concerning the result of correct answers by the participants’ groups. However, the following tasks stand out: T2 (locate highest values) showed that scenario GH has significantly better accuracy than scenario G (p-value 0.01 ) and than scenario H (p-value 0.05 ). T4 (locate zero values) showed that scenario GH and G have significantly better accuracy than scenario H (p-value 0.01 and p-value 0.01 respectively). T8 (locate patterns) showed that GH and H have significantly better accuracy than G (p-value 0.01 and p-value 0.05 respectively). Only task T7 (comparison between groups) had 100% correct answers for all groups.
Considering the values of correct tasks answers and compared to other groups of the same task, the GH scenario stands out with excellent performance, always with the best or sharing the best number of the correct answer.
Figure 15 shows an overview of all task errors by scenario. In general, scenario GH had consistently good accuracies across many task types. On an overview analysis, the use of glyphs without hierarchy (scenario G) seemed to slightly reduce the overall accuracy when compared to the traditional Treemap (scenario H). In other words, replacing all hierarchies with glyphs, in some cases, was not suitable to solve the tasks.
The analysis of the average task execution time for all scenarios point out that the scenario GH presented an excellent execution time average by the participants. We highlight the tasks T6 (locate unique values), T7 (identify patterns), and T8 (compare groups) for analysis. For T6, despite the average time of execution of the GH scenario being higher than H and G, there is no significant statistical difference between GH-H and GH-G. For T7, the average time of GH was higher to the H scenario, presenting a statistical difference between them, but with a small effect size (0.2 <d 0.5 ). For T8, there is no significant statistical difference between H and GH, and their average time are close to each other.
Thus, considering the analysis of correct answers and time average of the tasks, we can refute the hypothesis one (H1). The results point out the GH scenario is the best option, a combination of hierarchies and layered glyphs.

6.2. Search Tasks

The search tasks are the task types that most occurred in the test, for example, to locate the highest values (T2), unique values (T5 and T6), negative values (T3), or zero values (T4). Particularly for these last two items, the traditional Treemap presents restrictions to perform their visual representation and support the search task. Regarding the location of higher values, the GH scenario presented the task T2 with 100% correct answers. Besides, it stands out that scenario GH has significantly better accuracy results than scenario G (p-value 0.01 ) and scenario H (p-value 0.05 ). The average time between GH and H is similar but statistically different for G with a large effect size (d 0.8 ), which suggests that this scenario may not be suitable for this type of task.
As regards the location of negative values, the analysis of task T3 showed that there are no statistical differences for accuracy between the other scenarios. For this task in scenario H, a label inside the Treemap item represents the negative values. As to the average task resolution time, the GH scenario presented the best average but without statistical difference compared to H, and a statistical difference compared to G, with a small effect size ( 0.2 < d 0.5 ).
About the location of zero values, task T4 showed that scenarios GH and G outperforms the scenario H (both p-values 0.01 ), and there was no statistically significant difference between GH-G. The average time to resolve tasks also did not show statistically significant differences between the scenarios. This task highlighted the Treemap’s difficulty in representing zero values and supporting search tasks for them.
Concerning the location of single values, T5 and T6 tasks did not show the statistical difference for accuracy between the scenarios. Still, it is noteworthy that the GH scenario obtained 100% accuracy for both tasks. The average time to resolve tasks also did not show statistically significant differences between the scenarios. However, for task T6, with more attributes for analysis, the GH average time was higher compared to H and G.
Thus, considering the analysis of correct answers and time average of the T2, T3, T4, T5 e T6 tasks, we can confirm the hypotheses H2, H3, H4, and H5, i.e., the combination of hierarchies and layered glyphs is suitable for search tasks.

6.3. Identify and Compare Tasks

Regarding the identification of patterns, all scenarios for the T7 task had 100% accuracy. About the average time between scenarios, the H had a shorter average time. Besides, the following pair-scenarios presented statistical differences, GH-G with insignificant effect size ( 0 < d 0.2 ), GH-H with small effect size ( 0.2 < d 0.5 ), and H-G with large effect size ( d > 0.8 ).
As regards the identification and comparison of patterns (T8 task), the scenarios GH and H have significantly better accuracy then G with p-value < 0.01 and p-value < 0.05, respectively. About the average time between scenarios, GH and H are faster than G with moderate (0.5 < d 0.8 ) and large (d > 0.8) size effect, respectively.
The profile glyph is used for both T7 and T8 tasks. The scenario G presented the worse average time to T7 and the worse average time and accuracy result to T8. Those results suggest that profile glyph demands more time to identify the target if they are used alone. When the profile glyph is used together with hierarchies, the results are improved and are close to scenario H results. However, it is not possible to confirm hypothesis H6.

7. Final Remarks and Future Works

In this paper, we proposed the addition of layered glyphs in Treemaps to improve the visual representation of multidimensional data capabilities of the technique, as well as to improve the representation of small, negative, and zero values. These representations are quite challenging to be done in the squarified treemap technique.
The proposed glyph is a multilayered square-shaped added to the Treemaps items. Its configuration is dynamic, enabling to change the order of the layers and the used visual variables for each layer. The proposed glyph design use layers to represent categorical and ordinal data and a profile glyph layer for quantitative data. While some layers can represent ordinal data (e.g., text, color brightness), others do not suit this depiction because they do not have any inherent order (e.g., color hue, shape, texture). This opens the space for future research to test new ordinal layers, (e.g., tilt and curvature layers), as well as new categorical layers (e.g., motion) [11]. Since the focus of our study was only to evaluate the efficacy of the layers in search tasks—and the data was synthetic—we considered all variables to be categorical, even if the chosen semantics imply an ordinal relationship. Further studies might evaluate real datasets and consider ordinal data, optimizing the visual mappings to adequate types.
We developed a tool that implemented our proposal, allowing users to visualize more data through the combination of glyphs and hierarchies.
We conducted a task-based user study to compare three different Treemap scenarios: Treemaps with glyphs and hierarchies (GH), Treemaps with hierarchies and without glyphs (H), and Treemaps with glyphs and without hierarchies (G). A total of 36 volunteers performed 8 InfoVis tasks in these scenarios, 12 per each scenario.
The data analysis results showed that replacing all hierarchies per glyphs is only suitable in specific cases, but the use of glyphs combined with hierarchies had consistently good accuracies and response time across different task types. We also highlight the high error rate for the scenario without glyphs in task T4, which required the user finding an item with a zero value. This finding supports the argument that the traditional Treemap has difficulties in representing the zero value.
Adding glyphs to Treemaps items did not increase the response time of tasks by more than a “small” effect size. The approach of adding glyphs to the traditional Treemaps offers considerable potential for representing many dimensions, and also for visualizing small, negative, and zero values.
As future work, we suggest the investigation of the best order, quantity, and relation between visual variables to be adopted in the glyphs of the Treemap layout. Another suggestion is the usage and evaluation of novel designs of glyphs, considering criteria like pre-attention, memorization, and visual quality for limited areas. We also intend to perform new evaluation studies examining other task types and taxonomies. Further studies could use qualitative evaluation methodologies to collect more descriptive information, such as participants’ suggestions for glyph design. Besides, there is a potential of usage expansion for the multilayered glyph in other InfoVis techniques, such as Voronoi, Bubble Tree, Sunburst, among others.

Author Contributions

Conceptualization, A.G.M.S., and B.S.M.; methodology, A.G.M.S., and B.S.M.; software, A.G.M.S., B.S.M., and C.G.R.d.S.; validation, A.G.M.S., B.S.M., R.S.d.A.D.L., and C.G.R.d.S.; data curation, A.G.M.S., B.S.M., R.S.d.A.D.L., and C.G.R.d.S.; investigation, A.G.M.S., B.S.M., and C.G.R.d.S.; writing—original draft preparation, A.G.M.S., and B.S.M.; visualization, A.G.M.S., B.S.M., E.T.C.M., R.S.d.A.D.L. and C.G.R.d.S.; supervision, B.S.M.; project administration A.G.M.S., and B.S.M. All authors have read and agree to the published version of the manuscript.

Funding

This study was financed in part by the Coordenação de Aperfeiçoamento de Pessoal de Nível Superior—Brazil (CAPES)—Finance Code 001 and the APC was funded by authors.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Johnson, B.; Shneiderman, B. Tree-maps: A space-filling approach to the visualization of hierarchical information structures. In Proceedings of the Visualization 91, San Diego, CA, USA, 22–25 October 1991. [Google Scholar] [CrossRef] [Green Version]
  2. Kong, N.; Heer, J.; Agrawala, M. Perceptual guidelines for creating rectangular treemaps. IEEE Trans. Vis. Comput. Graph. 2010, 16, 990–998. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  3. Zhao, H.; Lu, L. Variational circular treemaps for interactive visualization of hierarchical data. In Proceedings of the IEEE Pacific Visualization Symposium, Hangzhou, China, 14–17 April 2015; pp. 81–85. [Google Scholar] [CrossRef]
  4. van Ham, F.; van Wijk, J.J. Beamtrees: Compact visualization of large hierarchies. In Proceedings of the IEEE Symposium on Information Visualization, Amsterdam, The Netherlands, 29–30 May 2000; pp. 93–100. [Google Scholar] [CrossRef]
  5. Balzer, M.; Deussen, O. Voronoi treemaps. In Proceedings of the IEEE Symposium on Information Visualization, Minneapolis, MN, USA, 23–25 October 2005; pp. 49–56. [Google Scholar]
  6. Bruls, M.; Huizing, K.; van Wijk, J.J. Squarified Treemaps. In Eurographics; Springer: Vienna, Austria, 2000; pp. 33–42. [Google Scholar] [CrossRef]
  7. Auber, D.; Huet, C.; Lambert, A.; Renoust, B.; Sallaberry, A.; Saulnier, A. Gospermap: Using a gosper curve for laying out hierarchical data. IEEE Trans. Vis. Comput. Graph. 2013, 19, 1820–1832. [Google Scholar] [CrossRef] [PubMed]
  8. Hahn, S.; Döllner, J. Hybrid-treemap layouting. In Proceedings of the Eurographics/IEEE VGTC Conference on Visualization: Short Papers, Barcelona, Spain, 12–16 June 2017; pp. 79–83. [Google Scholar]
  9. Ware, C. Information Visualization: Perception for Design, 2nd ed.; Elsevier: San Francisco, CA, USA, 2004. [Google Scholar] [CrossRef] [Green Version]
  10. Fuchs, J.; Isenberg, P.; Bezerianos, A.; Keim, D. A Systematic Review of Experimental Studies on Data Glyphs. IEEE Trans. Vis. Comput. Graph. 2017, 23, 1863–1879. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  11. Munzner, T.; Maguire, E. Visualization Analysis and Design; AK Peters visualization series; CRC Press: Boca Raton, FL, USA, 2015. [Google Scholar]
  12. Few, S. Now You See It; Analytics Press: El Dorado Hills, CA, USA, 2009. [Google Scholar]
  13. Chen, C. Information Visualization. Inf. Vis. 2002, 1, 1–4. [Google Scholar] [CrossRef]
  14. Mazza, R. Introduction to Information Visualization; Springer: Berlin/Heidelberg, Germany, 2009. [Google Scholar]
  15. Shneiderman, B. The eyes have it: A task by data type taxonomy for information visualizations. In Proceedings of the 1996 IEEE Symposium on Visual Languages, Boulder, CO, USA, 3–6 September 1996. [Google Scholar] [CrossRef] [Green Version]
  16. Schulz, H.J. Treevis. net: A tree visualization reference. IEEE Comput. Graph. Appl. 2011, 31, 11–15. [Google Scholar] [CrossRef] [PubMed]
  17. Shneiderman, B. Tree visualization with tree-maps: 2-d space-filling approach. ACM Trans. Graph. 1992, 11, 92–99. [Google Scholar] [CrossRef]
  18. Sondag, M.; Speckmann, B.; Verbeek, K. Stable treemaps via local moves. IEEE Trans. Vis. Comput. Graph. 2017, 24, 729–738. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  19. Munzner, T. H3: Laying out large directed graphs in 3D hyperbolic space. In Proceedings of the Visualization Conference, Information Visualization Symposium and Parallel Rendering Symposium, Phoenix, AZ, USA, 21 October 1997. [Google Scholar] [CrossRef]
  20. Yost, B.; North, C. Single complex glyphs versus multiple simple glyphs. In CHI 05 Extended Abstracts on Human Factors in Computing Systems; ACM Press: New York, NY, USA, 2005. [Google Scholar] [CrossRef]
  21. Feng, D.; Lee, Y.; Kwock, L.; Taylor, R.M. Evaluation of glyph-based multivariate scalar volume visualization techniques. In Symposium on Applied Perception in Graphics and Visualization; ACM Press: New York, NY, USA, 2009. [Google Scholar] [CrossRef] [Green Version]
  22. Chlan, E.B.; Rheingans, P. Multivariate glyphs for multi-object clusters. In Proceedings of the IEEE Symposium on Information Visualization, Minneapolis, MN, USA, 23–25 October 2005. [Google Scholar] [CrossRef]
  23. Ward, M.O.; Grinstein, G.; Keim, D. Interactive Data Visualization—Foundations, Techniques, and Applications, 2nd ed.; A K Peters/CRC Press: Boca Raton, FL, USA, 2015. [Google Scholar] [CrossRef]
  24. Siegel, J.H.; Farrell, E.J.; Goldwyn, R.M.; Friedman, H.P. The surgical implications of physiologic patterns in myocardial infarction shock. In Proceedings of the Thirty-third Annual Meeting of the Society of University Surgeons, San Francisco, CA, USA, 10–12 Februray 1972; pp. 126–141. [Google Scholar]
  25. Pickett, R.M.; Grinstein, G.G. Iconographic Displays For Visualizing Multidimensional Data. In Proceedings of the 1988 IEEE International Conference on Systems, Man, and Cybernetics, Beijing, China, 8–12 August 1988. [Google Scholar] [CrossRef]
  26. Chernoff, H. The Use of Faces to Represent Points in k-Dimensional Space Graphically. J. Am. Stat. Assoc. 1973, 68, 361–368. [Google Scholar] [CrossRef]
  27. Kleiner, B.; Hartigan, J.A. Representing Points in Many Dimensions by Trees and Castles. J. Am. Stat. Assoc. 1981, 76, 260–269. [Google Scholar] [CrossRef]
  28. Hartigan, J.A. Printer graphics for clustering. J. Stat. Comput. Simul. 1975, 4, 187–213. [Google Scholar] [CrossRef]
  29. Wittenbrink, C.M.; Pang, A.T.; Lodha, S.K. Glyphs for visualizing uncertainty in vector fields. IEEE Trans. Vis. Comput. Graph. 1996, 2, 266–279. [Google Scholar] [CrossRef]
  30. Beddow, J. Shape Coding of Multidimensional Data on a Microcomputer Display. In Proceedings of the 1st Conference on Visualization ’90, San Francisco, CA, USA, 23–26 October 1990; pp. 238–246. [Google Scholar]
  31. Du Toit, S.H.C.; Steyn, A.G.W.; Stumpf, R.H. Graphical Exploratory Data Analysis; Springer: Berlin/Heidelberg, Germany, 1986. [Google Scholar]
  32. Schroeder, W.J.; Volpe, C.R.; Lorensen, W.E. The stream polygon-a technique for 3D vector field visualization. In Proceedings of the Proceeding Visualization 91, San Diego, CA, USA, 22–25 October 1991. [Google Scholar] [CrossRef]
  33. Zhao, S.; McGuffin, M.J.; Chignell, M.H. Elastic hierarchies: Combining treemaps and node-link diagrams. In Proceedings of the IEEE Symposium on Information Visualization, Minneapolis, MN, USA, 23–25 October 2005. [Google Scholar] [CrossRef]
  34. Telea, A. Combining Extended Table Lens and Treemap Techniques for Visualizing Tabular Data. In Proceedings of the Joint Eurographics/IEEE VGTC Conference on Visualization, Lisbon, Portugal, 8–10 May 2006; pp. 51–58. [Google Scholar] [CrossRef]
  35. Huang, M.L.; Huang, T.H.; Zhang, J. TreemapBar: Visualizing Additional Dimensions of Data in Bar Chart. In Proceedings of the 13th International Conference Information Visualisation, Barcelona, Spain, 15–17 July 2009. [Google Scholar] [CrossRef] [Green Version]
  36. Jern, M.; Rogstadius, J.; Åström, T. Treemaps and Choropleth Maps Applied to Regional Hierarchical Statistical Data. In Proceedings of the 13th International Conference Information Visualisation, Barcelona, Spain, 15–17 July 2009. [Google Scholar] [CrossRef]
  37. Borgo, R.; Kehrer, J.; Chung, D.H.S.; Maguire, E.; Laramee, R.S.; Hauser, H.; Ward, M.; Chen, M. Glyph-based Visualization: Foundations, Design Guidelines, Techniques and Applications. In Eurographics 2013—State of the Art Reports; Sbert, M., Szirmay-Kalos, L., Eds.; The Eurographics Association: Geneve, Switzerland, 2013. [Google Scholar] [CrossRef]
  38. Ribarsky, W.; Ayers, E.; Eble, J.; Mukherjea, S. Glyphmaker: Creating customized visualizations of complex data. Computer 1994, 27, 57–64. [Google Scholar] [CrossRef]
  39. Theron, R.; Santamaria, R.; Garcia, J.; Gomez, D.; Paz-Madrid, V. Overlapper: Movie analyzer. Infovis Conf. Compend. 2007, 1, 140–141. [Google Scholar]
  40. Maguire, E.; Rocca-Serra, P.; Sansone, S.A.; Davies, J.; Chen, M. Taxonomy-Based Glyph Design—with a Case Study on Visualizing Workflows of Biological Experiments. IEEE Trans. Vis. Comput. Graph. 2012, 18, 2603–2612. [Google Scholar] [CrossRef] [PubMed]
  41. Legg, P.A.; Chung, D.H.S.; Parry, M.L.; Jones, M.W.; Long, R.; Griffiths, I.W.; Chen, M. MatchPad: Interactive Glyph-Based Visualization for Real-Time Sports Performance Analysis. Comput. Graph. Forum 2012, 31, 1255–1264. [Google Scholar] [CrossRef]
  42. Chung, D.H.; Legg, P.A.; Parry, M.L.; Bown, R.; Griffiths, I.W.; Laramee, R.S.; Chen, M. Glyph sorting: Interactive visualization for multi-dimensional data. Inf. Vis. 2013, 14, 76–90. [Google Scholar] [CrossRef] [Green Version]
  43. Khan, S.; Proctor, K.J.; Walton, S.; Bañares-Alcántara, R.; Chen, M. Alcántara, R.; Chen, M. A Study on Glyph-based Visualisation with Dense Visual Context. In Computer Graphics and Visual Computing (CGVC); Borgo, R., Tang, W., Eds.; The Eurographics Association: Geneve, Switzerland, 2014. [Google Scholar] [CrossRef]
  44. Fischer, F.; Fuchs, J.; Mansmann, F. ClockMap: Enhancing Circular Treemaps with Temporal Glyphs for Time-Series Data. In Proceedings of the EuroVis 2012, Vienna, Austria, 5–8 June 2012. [Google Scholar] [CrossRef]
  45. Elmqvist, N.; Fekete, J.D. Hierarchical Aggregation for Information Visualization: Overview, Techniques, and Design Guidelines. IEEE Trans. Vis. Comput. Graph. 2010, 16, 439–454. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  46. Soares, A.G.M.; dos Santos, D.H.; Barbosa, C.L.R.; Goncalves, A.S.; dos Santos, C.G.R.; Meiguins, B.S.; Miranda, E.T.C. Visualizing Multidimensional Data in Treemaps with Adaptive Glyphs. In Proceedings of the 22nd International Conference Information Visualisation (IV), Fisciano, Italy, 10–13 July 2018. [Google Scholar] [CrossRef]
  47. Valiati, E.R.A.; Pimenta, M.S.; Freitas, C.M.D.S. A taxonomy of tasks for guiding the evaluation of multidimensional visualizations. In Proceedings of the 2006 AVI workshop on BEyond time and errors novel evaluation methods for information visualization—BELIV, Venice, Italy, 23 May 2006. [Google Scholar] [CrossRef]
  48. Kerracher, N.; Kennedy, J. Constructing and Evaluating Visualisation Task Classifications: Process and Considerations. Comput. Graph. Forum 2017, 36, 47–59. [Google Scholar] [CrossRef] [Green Version]
  49. Kelley, K.; Preacher, K.J. On effect size. Psychol. Methods 2012, 17, 137–152. [Google Scholar] [CrossRef] [PubMed]
  50. Nakagawa, S.; Cuthill, I.C. Effect size, confidence interval and statistical significance: A practical guide for biologists. Biol. Rev. 2007, 82, 591–605. [Google Scholar] [CrossRef] [PubMed]
  51. Bruce, P.; Bruce, A. Practical Statistics for Data Scientists: 50 Essential Concepts; O’Reilly Media, Inc.: Sebastopol, CA, USA, 2017. [Google Scholar]
  52. Diener, M.J. Cohen’s d. In The Corsini Encyclopedia of Psychology; American Cancer Society: New York, NY, USA, 2010; p. 1. [Google Scholar] [CrossRef]
Figure 1. (a) A squarified Treemap with layered glyphs and (b) The adopted design strategy for the creation of layered glyphs, using overlapping layers, with each layer encoding a visual variable. The hierarchy of the Treemap maps three categorical dimensions, while the item’s size maps a quantitative one. The layers 1, 2 and 3 map a single categorical or ordinal dimension each, and layer 4 is a profile glyph that can map up to eight quantitative dimensions.
Figure 1. (a) A squarified Treemap with layered glyphs and (b) The adopted design strategy for the creation of layered glyphs, using overlapping layers, with each layer encoding a visual variable. The hierarchy of the Treemap maps three categorical dimensions, while the item’s size maps a quantitative one. The layers 1, 2 and 3 map a single categorical or ordinal dimension each, and layer 4 is a profile glyph that can map up to eight quantitative dimensions.
Information 11 00123 g001
Figure 2. The values used in this study referred to the visual variables (layers): texture, shape, color hue, color brightness and text.
Figure 2. The values used in this study referred to the visual variables (layers): texture, shape, color hue, color brightness and text.
Information 11 00123 g002
Figure 3. Layered glyph’s design. (a)—A glyph with the visual variables: color, texture, shape, and text; (b)—In this glyph, color and texture were exchanged compared to (a).
Figure 3. Layered glyph’s design. (a)—A glyph with the visual variables: color, texture, shape, and text; (b)—In this glyph, color and texture were exchanged compared to (a).
Information 11 00123 g003
Figure 4. A layered glyph with three layers. The top layer presents a profile glyph, which represents quantitative data of four dimensions. The bars indicate positive values (above the zero axis) or negative values (below the zero axis), always respecting the reference lines that indicate the maximum and minimum size of the bar.
Figure 4. A layered glyph with three layers. The top layer presents a profile glyph, which represents quantitative data of four dimensions. The bars indicate positive values (above the zero axis) or negative values (below the zero axis), always respecting the reference lines that indicate the maximum and minimum size of the bar.
Information 11 00123 g004
Figure 5. Prototype’s process flow.
Figure 5. Prototype’s process flow.
Information 11 00123 g005
Figure 6. (a)—Overview of the prototype composed by Treemap and glyphs; (b)—Glyph’s visual variables configuration area; (c)—Visual variables mapping area of the attributes; (d)—Presentation area of the glyph’s legend.
Figure 6. (a)—Overview of the prototype composed by Treemap and glyphs; (b)—Glyph’s visual variables configuration area; (c)—Visual variables mapping area of the attributes; (d)—Presentation area of the glyph’s legend.
Information 11 00123 g006
Figure 7. (a)—An overview of the treemap with quantitative glyphs and hierarchy. (b)—Profile glyph dimensions configuration. (c)—Profile glyph legend.
Figure 7. (a)—An overview of the treemap with quantitative glyphs and hierarchy. (b)—Profile glyph dimensions configuration. (c)—Profile glyph legend.
Information 11 00123 g007
Figure 8. Scenario Glyphs (G) visualization configured for one of the user tasks. This visualization uses no Treemap hierarchy; the absence of hierarchy is replaced by categorical glyphs.
Figure 8. Scenario Glyphs (G) visualization configured for one of the user tasks. This visualization uses no Treemap hierarchy; the absence of hierarchy is replaced by categorical glyphs.
Information 11 00123 g008
Figure 9. Scenario Glyphs and Hierarchy (GH) visualization configured for one of the user tasks. This visualization is a Treemap with hierarchy and complemente.
Figure 9. Scenario Glyphs and Hierarchy (GH) visualization configured for one of the user tasks. This visualization is a Treemap with hierarchy and complemente.
Information 11 00123 g009
Figure 10. Visualization of Scenario Hierarchy (H) visualization configured for one of the user tasks. This visualization is a squarified Treemap with no glyphs.
Figure 10. Visualization of Scenario Hierarchy (H) visualization configured for one of the user tasks. This visualization is a squarified Treemap with no glyphs.
Information 11 00123 g010
Figure 11. Example of task displayed to the participant, the task command and the submit button is above the visualization.
Figure 11. Example of task displayed to the participant, the task command and the submit button is above the visualization.
Information 11 00123 g011
Figure 12. How to interpret the charts for the results of one task in the following sections. (a)—Quantity of correct and incorrect answers and a pair-wise test using bootstrapping; (b)—Mean response time with 95% confidence intervals; (c)—Pair-wise time comparison using bootstrapping and Cohen’s d.
Figure 12. How to interpret the charts for the results of one task in the following sections. (a)—Quantity of correct and incorrect answers and a pair-wise test using bootstrapping; (b)—Mean response time with 95% confidence intervals; (c)—Pair-wise time comparison using bootstrapping and Cohen’s d.
Information 11 00123 g012
Figure 13. (a)—Right/Wrong answers, and pair-wise test using bootstrapping; (b)—Response time confidence interval; and (c)—Pair-wise test time; for tasks T1, T2, T3, and T4.
Figure 13. (a)—Right/Wrong answers, and pair-wise test using bootstrapping; (b)—Response time confidence interval; and (c)—Pair-wise test time; for tasks T1, T2, T3, and T4.
Information 11 00123 g013
Figure 14. (a)—Right/Wrong answers, and pair-wise test using bootstrapping; (b)—Response time confidence interval; and (c)—Pair-wise test time; for tasks T5, T6, T7, and T8.
Figure 14. (a)—Right/Wrong answers, and pair-wise test using bootstrapping; (b)—Response time confidence interval; and (c)—Pair-wise test time; for tasks T5, T6, T7, and T8.
Information 11 00123 g014
Figure 15. Total of errors in scenarios.
Figure 15. Total of errors in scenarios.
Information 11 00123 g015
Table 1. Proposals that used glyphs and proposals that used glyphs in treemaps compared with our approach.
Table 1. Proposals that used glyphs and proposals that used glyphs in treemaps compared with our approach.
[38][39][40][41][42][43][44][45][46]Our Approach
Uses glyph in the overviewXXX
Increases amount of dimensionsX
Number of visual variables3126842145
Uses squarified TreemapXXXXXXX
Glyph uses overlayXXXX
Uses quantitative glyphXXX
Uses categorical glyphXX
Glyph is domain-agnosticXXXXXX
Uses Treemap layoutXXXXX
Had user studiesXXXXXXXX
X → No; → Yes.
Table 2. Dimensions of the synthetic weather dataset.
Table 2. Dimensions of the synthetic weather dataset.
DimensionData TypeData
SeasonYearcategoricalspring, summer, autumn, winter
Regioncategoricalnorth, northeast, midwest, southeast, south
RainPHquantitative0 to 14
Air humidity%quantitative1 to 70
Temperature_Cquantitative−15 to 35
Temperature_CATcategoricallow, medium, high
Localitycategoricalrural, urban
RainVolume_mm/hquantitative1 to 30
WindIntensity_km/hquantitative1 to 120
WindIntensity_CATcategoricalmoderate, massive, hurricane, strong, very strong
CivilDefenseWarncategoricalactivated, non-activated
RainPH_Catcategoricalacid, base, neutral
RainIntensitycategoricalweak, moderate, strong, very strong
Table 3. List of tasks used in the evaluation.
Table 3. List of tasks used in the evaluation.
TasksDiscussed HypothesesWhat Is Being Evaluated?
T1—Locate the region where a basic rain record occurred, with massive winds, and had the civil defense alert activated.H1, H2, H3, H4, H5, and H6The use of glyphs to replace hierarchies.
T2—In the northern region, during the summer, select the three highest wind intensities.H2The facility to locate the highest values.
T3—In the Northeast region, select the record (one only) with a negative temperature.H3The facility to locate the negative values.
T4—Select the unique record in the south region for the rain with zero PH, strong winds and rural location.H4The facility to locate the zero values.
T5—Locate the region that registered only one occurrence of a hurricane.H5The facility to locate the unique value.
T6—Locate the region which has only one record of acid rain and low temperature.H5The facility to locate the unique and small value.
T7—Identify the wind intensity pattern for the rural location of the midwest region.H6The facility to identify patterns.
T8—During the spring, identify the region which has the lowest average air humidity. (%).H6The facility to identify and compare patterns between groups.
Table 4. Attributes distribution in the scenarios G, GH, and H on realizing the task 4. The user task used the same attributes, differing on the use of visual mapping.
Table 4. Attributes distribution in the scenarios G, GH, and H on realizing the task 4. The user task used the same attributes, differing on the use of visual mapping.
Visual MappingGGHH
Treemap Size
Treemap LabelRainPH
Treemap ColorRainVolume_mm/h
Treemap HierarchyRegion, WindIntensity_CATRegion, WindIntensity_CAT, Localion
Glyph TextureLocalion
Glyph ColorRegion
Glyph ShapeWindIntensity_CATLocalion
Glyph Text
Profile GlyphRainPH, RainVolume_mm/hRainPH, RainVolume_mm/h
Total attributes used555

Share and Cite

MDPI and ACS Style

Soares, A.G.M.; Miranda, E.T.C.; Lima, R.S.d.A.D.; Resque dos Santos, C.G.; Meiguins, B.S. Depicting More Information in Enriched Squarified Treemaps with Layered Glyphs. Information 2020, 11, 123. https://0-doi-org.brum.beds.ac.uk/10.3390/info11020123

AMA Style

Soares AGM, Miranda ETC, Lima RSdAD, Resque dos Santos CG, Meiguins BS. Depicting More Information in Enriched Squarified Treemaps with Layered Glyphs. Information. 2020; 11(2):123. https://0-doi-org.brum.beds.ac.uk/10.3390/info11020123

Chicago/Turabian Style

Soares, Anderson Gregório Marques, Elvis Thermo Carvalho Miranda, Rodrigo Santos do Amor Divino Lima, Carlos Gustavo Resque dos Santos, and Bianchi Serique Meiguins. 2020. "Depicting More Information in Enriched Squarified Treemaps with Layered Glyphs" Information 11, no. 2: 123. https://0-doi-org.brum.beds.ac.uk/10.3390/info11020123

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop