ScatterMaker 6

Overview

Software for visualizing the distribution of data based on tabular datasets.

These three graph types allow users to visually explore the distribution and relationships within their data.

In scatter plots for group comparisons, the overlap of data points can be adjusted freely. The software automatically arranges points to produce an intuitive display with little or no overlap, making the underlying distribution easy to interpret.

In box plots, the box represents the median and the first and third quartiles, while the whiskers extend to the minimum and maximum values that are not considered outliers. Values lying more than 1.5 times the interquartile range (IQR) below the first quartile or above the third quartile are displayed as outliers.

In addition to descriptive statistics, the software provides basic statistical tests for objective evaluation of the data.

Each document contains a single data table together with multiple graph settings, allowing several visualizations to be managed within one file.

Table

Creating a Table

A table can be created using any of the four methods above.

Editing a Table

Exporting a Table

In both cases, the table is exported as tab-delimited text.

Graphs

Creating a Graph

  1. Switch the table to Variable Selection mode.
  2. Select the variables to be used in the graph.
    • Scatter Plot (Group Comparison) and Box-and-Whisker Plot: Select one or more numeric variables.
    • Scatter Plot (Correlation): Select two numeric variables. The X- and Y-axes can be swapped after the graph is created.
    • Selecting a grouping variable is optional.

    Variable Selection

  3. Select the graph type.
  4. The graph is created.

Changing Graph Settings

The main graph components are defined below.

Column and Category Gaps

Graph Categories

Graph Components

Exporting Graphs

Important Settings

Graph Size

The overall graph size is determined automatically after the plot area size is specified (or calculated automatically) and other elements such as axes, titles, and legends are laid out according to the current settings. Because of this design, the overall graph size cannot be specified directly.

Plot Area Width

For correlation scatter plots, the width of the plot area is specified directly. For group comparison scatter plots and box-and-whisker plots, you specify the width of each group together with the gaps between category levels. The overall graph width is calculated from these values. Therefore, the total plot area width cannot be specified directly.

Data Point Size

Different marker shapes have different areas even when they have the same width. To prevent this from affecting the visual impression of the data distribution, ScatterMaker adjusts marker sizes so that all marker shapes have the same area.

You specify the approximate marker width. Since the marker areas are kept equal, the actual width varies slightly depending on the marker shape.

Axis Range and Tick Marks

The minimum axis value cannot be greater than the smallest data point, and the maximum axis value cannot be less than the largest data point.

Tick mark positions are calculated automatically when you enter their values.

Axis labels and tick labels support a subset of TeX equation syntax. ScatterMaker does not fully implement TeX, but automatically converts common expressions such as fractions into inline notation.

For example, you can display 0.0015 as 1.5\times10^{-3}.

Axis Scales

Axis Titles

Axis titles also support TeX-style notation. Text enclosed in $...$ is rendered using the same syntax supported for tick labels.

Axis Title

Descriptive Statistics and Between-Group Comparison Tests

Variance, Standard Deviation, Skewness, and Kurtosis

By default, “Use unbiased estimators...” is checked, and unbiased estimates are displayed. Unbiased estimators should be used when the data are obtained through random sampling from a population. In other words, unbiased estimators are appropriate in most cases.

Note: Strictly speaking, an unbiased estimator is not used for the standard deviation. To avoid confusion caused by differences among applications, the value shown is the square root of the unbiased estimator of variance, as used by many spreadsheet and statistical software packages.

Tests of Normality

The results of either the Shapiro-Wilk test1) or the Kolmogorov-Smirnov test2) are displayed. The Shapiro-Wilk test is shown preferentially because it is considered to have greater statistical power3), and because the Lilliefors correction for the Kolmogorov-Smirnov test is not implemented; consequently, the Kolmogorov-Smirnov test has particularly low power when the sample size is small3). Due to limitations of the approximation method used, the Shapiro-Wilk test cannot be calculated for sample sizes greater than 5,000; in such cases, the result of the Kolmogorov-Smirnov test is displayed.

Tests of normality are displayed for reference only. As with other test results, the author cannot guarantee the accuracy of these results. Please interpret them at your own discretion. The approximation algorithms used are as follows:

1) Royston P: Approximating the Shapiro-Wilk W-test for non-normality. Statistics and Computing 1992: 2, 117-119.

2) Simard R, L'Ecuyer P: Computing the Two-Sided Kolmogorov-Smirnov Distribution. Journal of Statistical Software 2011: 39, 11.

3) Razali MN: Power comparisons of Shapiro-Wilk, Kolmogorov-Smirnov, Lilliefors and Anderson-Darling tests. Journal of Statistical Modeling and Analytics 2011: 2, 21-33.

Compatibility with Previous Versions

Go to Kuro's Room