Information Complexity#

Test Type Performed#

Information complexity is appropriate.

Artifact Evaluated#

Plotting interface. Specifically, evaluating the interfaces for all charts in our test environment: line, bar, table and scatter plot.

Results Summary#

Plotting interface fails for the scatter plot and bar chart.

Scatter plot: While the chart’s sub-view passes (figure 2), the default view could fail because the encoded categories are hard to tell apart (figure 1). This creates more complexity.

Bar chart: The lack of spacing for the bars in the chart create complexity.

Expected Behavior (Pass/Fail)#

  • FAIL - Information complexity must be appropriate to the task or goal of the visual. Often, this is an issue when charts have too many different kinds of information encoded (note that this isn’t the same as density). Chart must not have more than one Y or X axis without first presenting two charts separately. Chart must not encode along a third spatial dimension (z axis) unless the data itself is 3D (spatial, modeling, etc). Chart should not contain more than 5 data categories.

Image or Video of Failure#

Figure 1

A scatter plot is shown. In the chart's upper tab, 'All Species' is selected. Three categories are shown, but are hard to differentiate from one another based on their color and patterns.

A scatter plot is shown. Three categories are shown, but are hard to differentiate from one another based on their color and patterns.#

Figure 2

A scatter plot is shown. In the chart's upper tab, 'Selected Spiecies' is selected. One category of data is shown and is signified by a blue square pattern.

A scatter plot is shown. In the chart’s upper tab, ‘Selected Species’ is selected. One category of data is shown and is signified by a blue square pattern.#

Figure 3

A bar chart is shown. A red box is highlighting two bars that are side-by-side and are the same color. There is no spacing be tween the two, making it almost appear as one large bar (fails).

A bar chart is shown. A red box is highlighting two bars that are side-by-side and the same color. There is no spacing be tween the two, making it almost appear as one large bar (this is both a perceptual issue due to lack of differentiation as well as an information complexity issue for making it hard to meaningfully create visual categorization). Also, this chart is encoding color and height redundantly for the value of a category, which is may cause confusion for being an unconventional dual encoding.#

Steps to Reproduce#

For Scatter: Using the scatter plot’s tab setting, first view the chart in default view. Next, go to the “Selected Species” tab and choose a drop-down option.

Examine all charts:

  • Check that each important piece of information can be easily and accurately discerned from one another

  • check that groupings, categories, trends, and patterns can be discerned and interpreted easily

  • Check whether any complexity can be reduced without loss of accessibility or understanding (think of this as “complexity-to-ink ratio” in a similar way as Tufte’s data-to-ink ratio)

Guidelines and Standards Used#

Information complexity is inappropriate https://chartability.github.io/POUR-CAF/#informationcomplexityisinappropriate

Technical Details#

  • Chrome Version 129.0.6668.59 (64-bit)

  • Hemingway Editor browser app

  • Windows 11 Build 22631.3958

Updated as of: September 18th, 2024