Related Experiment Video
Updated: May 7, 2026

10:59
Analysis of SEC-SAXS data via EFA deconvolution and Scatter
Published on: January 28, 2021
Selecting the aspect ratio of a scatter plot based on its delaunay triangulation
Martin Fink1, Jan-Henrik Haunert, Joachim Spoerhase
1Lehrstuhl I, Institut für Informatik, Universit¨at Würzburg.
IEEE Transactions on Visualization and Computer Graphics
|September 21, 2013
Summary
Optimizing scatter plot aspect ratios using Delaunay triangulation properties improves data visualization. Minimizing total edge length and triangle uncompactness yielded results closest to user preferences.
Area of Science:
- Data Visualization
- Computational Geometry
- Human-Computer Interaction
Background:
- Scatter plots are crucial for visualizing two-dimensional data, enabling correlation and cluster detection.
- The effectiveness of scatter plots is highly dependent on the chosen aspect ratio.
- Existing methods for selecting optimal aspect ratios are limited.
Purpose of the Study:
- To develop an algorithm for optimizing scatter plot aspect ratios based on geometric properties of Delaunay triangulations.
- To identify aspect ratios that enhance the interpretability of scatter plots.
- To compare algorithm-generated aspect ratios with human preferences.
Main Methods:
- Formulated an optimization problem to find a scale factor that improves Delaunay triangulation properties (e.g., minimum angle, total edge length).
- Developed an efficient algorithm to solve this optimization problem.
- Conducted an empirical study with 64 participants evaluating 18 scatter plots with algorithm-optimized aspect ratios.
Main Results:
- The algorithm efficiently finds optimal aspect ratios by optimizing geometric properties of the Delaunay triangulation.
- Tested six quality measures for optimization, finding that minimizing total edge length and 'uncompactness' were most effective.
- Algorithm-optimized aspect ratios showed high similarity to those chosen by human participants.
Conclusions:
- Optimizing scatter plot aspect ratios via Delaunay triangulation geometric properties is a viable approach for enhancing data visualization.
- Minimizing total edge length and triangle uncompactness are promising metrics for automated aspect ratio selection.
- The proposed method provides a data-driven approach to improve scatter plot interpretability and aligns with user perception.
Related Concept Videos
Scatter Plot
The most common and easiest way to display the relationship between two variables, x and y, is a scatter plot. A scatter plot shows the direction of a relationship between the variables. A clear direction happens when there is either:
Area Computation by the Alternative Coordinate Method
The alternative coordinate method, also known as the Shoelace Formula, is a technique for determining the area of a traverse using Cartesian coordinates. This method relies on the sequential arrangement of x and y coordinates for each point of the shape, ensuring accuracy and ease of application.In this approach, each corner's x and y coordinates are listed as fractions, with the x-coordinate as the numerator and the y-coordinate as the denominator. These coordinates are arranged sequentially...
Three-Dimensional Analysis of Strain
Three-dimensional strain analysis is crucial for understanding how materials deform under stress, particularly in elastic, homogeneous materials. This method employs principal stress axes to simplify complex stress states into more understandable forms. Subjected to stress, a small cubic element within a material either expands or contracts along these axes, transforming into a rectangular parallelepiped. This transformation effectively illustrates the material's deformation. The principal...

