# Heat Map

**Density maps**, also called <mark style="color:green;">heatmaps</mark>, can be used when you want to show a trend for visual clusters of data.  Signifies areas of low and high density.

You can use Heatmap to:

* Visualize the density of an object (i.e. how many stores, events...) in certain areas
* Visualize the magnitude of value of an object (i.e. how high is the temperature, revenue, population...) in certain areas

For example, if you want to find out which areas of Manhattan have the most taxi pickups, you can create a density map to see which areas are most popular.

## Building Your Heat Map

### <mark style="color:red;">**\***</mark>**&#x20;Location**

* Specify the geographic location of your data points (e.g., city, country, continent).&#x20;
* Once a field is dropped, select its appropriate geographic role from the dropdown menu.

OR

### <mark style="color:red;">**\***</mark>**&#x20;Latitude & Longitude**:&#x20;

Provide the exact coordinates for each location.&#x20;

Drag latitude (y) and longitude (x) fields to define map coordinates.&#x20;

### **Size** (Optional)&#x20;

Use this field to vary the size of the density marker for data points according to values.&#x20;

## Formatting Your Point Map

#### **Title**&#x20;

This allows you to give a Title to the Line Chart. You just need to go to the Title section in the Format panel.

You can easily toggle it on or off.  In the "Customize title" modal, you can:

* Modify the title text, font size, and alignment, and even add a background color.&#x20;
* Include an optional description that will appear when hovering over the "i" icon that will be visible as a floating button on the tile.

Once done, click the **Apply** button.

**Map Display Settings**

* Map background style: Choose from Normal, Light, Dark, Street, Outdoors, or Satellite.

**Colors**

Color scale: Here you can choose from predefined color palettes or create a custom gradient scale for your density marker.

Color customization:&#x20;

* The colors are applied to the density marker, You can customize the colour scale using the edit colour scale modal.
* Here you can customize the in-color and out-color for the density marker.

Opacity: Controls the transparency of the density marker to balance clarity and visual impact

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sprinkledata.com/product/analysing-your-data/reports/build-using-tables/visualizations/heat-map.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
