---
title: "Hovering on data points"
slug: "hovering-on-data-points"
updated: 2022-04-11T08:32:12Z
published: 2022-04-11T08:32:12Z
canonical: "userguide.dataclassroom.com/hovering-on-data-points"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://userguide.dataclassroom.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Hovering on data points

When you make a Scatter or Dot Plot, you'll notice that hovering on the data points lets you see the values of the variables on your X, Y and 'Z' axes, and which row the data came from:

![](https://cdn.document360.io/62f8f41e-e041-42c4-b9bc-8ae1eb45d064/Images/Documentation/image-1649665256384.png)

You can also **use the contents of another non-graphed column to label each point**. For example, we can add the column **SpeciesGroup** to the above scatter plot, by clicking on the "edit column header" icon:

![](https://cdn.document360.io/62f8f41e-e041-42c4-b9bc-8ae1eb45d064/Images/Documentation/image-1649665626527.png)

Then, checking the **Show column contents when hovering...** box:

![](https://cdn.document360.io/62f8f41e-e041-42c4-b9bc-8ae1eb45d064/Images/Documentation/image-1649665705174.png)

Any columns that have this box checked will have the contents of that column added to the hover info:

![](https://cdn.document360.io/62f8f41e-e041-42c4-b9bc-8ae1eb45d064/Images/Documentation/image-1649665851435.png)

This can be really useful in identifying outliers, for example.
