Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Scatter Plot01:15

Scatter Plot

6.9K
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:
6.9K
Modified Boxplots00:57

Modified Boxplots

9.8K
A standard box and whisker plot informs us about the spread of the data in a given sample. One can identify the minimum value, maximum value, first quartile value, second quartile or median value, and third quartile.
However, the box plot does not tell the reader about outliers - values that lie far from the center of the data. We can modify the standard box and whisker plot to identify the outliers and visualize the actual spread of the data in a sample.
Initially, we calculate the adjusted...
9.8K
Residuals and Least-Squares Property01:11

Residuals and Least-Squares Property

7.4K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
7.4K
Residual Plots01:07

Residual Plots

4.6K
A residual plot is a statistical representation of data used to analyze correlation and regression results. It helps verify the requirements for drawing specific conclusions about correlation and regression. To obtain the residual plot, first, the residual for each data value is calculated, which is simply the vertical distance between the observed and the predicted value obtained from the regression equation.
When the residual values are plotted against the variable x, it is called a residual...
4.6K
Probability Histograms01:17

Probability Histograms

11.7K
A probability histogram is a visual representation of a probability distribution. Similar a typical histogram, the probability histogram consists of contiguous (adjoining) boxes. It has both a horizontal axis and a vertical axis. The horizontal axis is labeled with what the data represents. The vertical axis is labeled with probability. Each rectangular bar in the histogram is 1 unit wide, which suggests that the area under each bar equals the probability, P(x), where x is 1, 2, 3, and so on.
11.7K
Boxplot01:12

Boxplot

8.3K
Box plots (also called box-and-whisker plots or box-whisker plots) give an excellent graphical image of the concentration of the data. They also show how far the extreme values are from most data. A box plot is constructed from five values: the minimum value, the first quartile, the median, the third quartile, and the maximum value. We use these values to compare how close other data values are to them. To construct a box plot, use a horizontal or vertical number line and a rectangular box. The...
8.3K

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

THe Biom: a platform for visualization and exploration of cancer transcriptomic biomarkers identified by robust feature selection.

Bioinformatics advances·2026
Same author

Overlap Removal by Stochastic Gradient Descent With(out) Shape Awareness.

IEEE transactions on visualization and computer graphics·2024
Same author

Toward Efficient Deep Learning for Graph Drawing (DL4GD).

IEEE transactions on visualization and computer graphics·2022
Same author

Visualizing Food-Drug Interactions in the Thériaque Database.

Studies in health technology and informatics·2021
Same author

GSAn: an alternative to enrichment analysis for annotating gene sets.

NAR genomics and bioinformatics·2021
Same author

A 750 K Photocharge Linear Full Well in a 3.2 μm HDR Pixel with Complementary Carrier Collection.

Sensors (Basel, Switzerland)·2018
Same journal

MesoSplats: Texture Synthesis with Gaussian Splatting.

IEEE transactions on visualization and computer graphics·2026
Same journal

GLLA: A Unified Force-Directed Graph Layout Framework Supporting Local Adjustments.

IEEE transactions on visualization and computer graphics·2026
Same journal

Multi-Perception Crowd: Learning to combine entity and implicit perception for diverse crowd simulation.

IEEE transactions on visualization and computer graphics·2026
Same journal

Hiding in Plain Sight: Camouflaging Real-world Objects.

IEEE transactions on visualization and computer graphics·2026
Same journal

RTF2Mesh: Restricted Tangent Face Based Mesh Compression With Neural Displacement Fields.

IEEE transactions on visualization and computer graphics·2026
Same journal

Practical Occluder Generation for Mobile Games.

IEEE transactions on visualization and computer graphics·2026
See all related articles

Related Experiment Video

Updated: Jul 12, 2025

Measuring the Behavioral Effects of Intraocular Scatter
05:10

Measuring the Behavioral Effects of Intraocular Scatter

Published on: February 18, 2021

3.4K

Guaranteed Visibility in Scatterplots with Tolerance.

Loann Giovannangeli, Frederic Lalanne, Romain Giot

    IEEE Transactions on Visualization and Computer Graphics
    |October 23, 2023
    PubMed
    Summary
    This summary is machine-generated.

    This study introduces GIST, a novel layout adjustment algorithm designed to enhance data visualization clarity. GIST optimizes node visibility and size while preserving the original layout, effectively handling large datasets by using a tolerance-based overlap detection method.

    More Related Videos

    Rapid Analysis and Exploration of Fluorescence Microscopy Images
    11:41

    Rapid Analysis and Exploration of Fluorescence Microscopy Images

    Published on: March 19, 2014

    12.4K
    Quantification of Orofacial Phenotypes in Xenopus
    09:26

    Quantification of Orofacial Phenotypes in Xenopus

    Published on: November 6, 2014

    9.8K

    Related Experiment Videos

    Last Updated: Jul 12, 2025

    Measuring the Behavioral Effects of Intraocular Scatter
    05:10

    Measuring the Behavioral Effects of Intraocular Scatter

    Published on: February 18, 2021

    3.4K
    Rapid Analysis and Exploration of Fluorescence Microscopy Images
    11:41

    Rapid Analysis and Exploration of Fluorescence Microscopy Images

    Published on: March 19, 2014

    12.4K
    Quantification of Orofacial Phenotypes in Xenopus
    09:26

    Quantification of Orofacial Phenotypes in Xenopus

    Published on: November 6, 2014

    9.8K

    Area of Science:

    • Computer Science
    • Data Visualization
    • Human-Computer Interaction

    Background:

    • Data visibility is critical in 2D visualizations but often compromised by overlapping elements in complex datasets.
    • Existing layout adjustment algorithms can be computationally intensive and do not scale well for large datasets.

    Purpose of the Study:

    • To propose GIST, a new layout adjustment algorithm that guarantees node visibility, maximizes node size, and preserves the original layout.
    • To develop an efficient algorithm capable of handling large datasets by reducing computational complexity.

    Main Methods:

    • GIST combines a search for maximum node size without overlaps with a limited movement budget to preserve the original layout.
    • It employs a geometric space tolerance for overlap detection, approximating overlaps to ensure visibility after rasterization.
    • This approach reduces constraints, improving convergence and scalability for large datasets.

    Main Results:

    • The GIST algorithm effectively optimizes node visibility (at least 1 pixel) and node size.
    • It demonstrates a significant improvement in preserving the original layout compared to existing methods.
    • The algorithm shows effectiveness in handling large datasets, outperforming state-of-the-art methods.

    Conclusions:

    • GIST provides an efficient and effective solution for improving the readability of complex 2D visualizations.
    • The tolerance-based overlap approximation is key to achieving scalability and maintaining visualization quality.
    • GIST represents a significant advancement in layout adjustment algorithms for large-scale data visualization.