> For the complete documentation index, see [llms.txt](https://docs.ladybug.tools/hb-energy-primer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ladybug.tools/hb-energy-primer/components/7_thermalmap/visualize_thermal_map.md).

# Visualize Thermal Map

![](/files/-Ma9OgvEZkSkC6Uo3_ey)

![](/files/-Ma9OgdNGO2QEIw0zI78) - [\[source code\]](https://github.com/ladybug-tools/honeybee-grasshopper-energy/blob/master/honeybee_grasshopper_energy/src//HB%20Visualize%20Thermal%20Map.py)

Spatially visualize the detailed results of a thermal mapping analysis from a comfort matrix.

## Inputs

* **comf\_mtx \[Required]**

  A comfort Matrix object from the "HB Read Thermal Matrix" component.&#x20;
* **mesh \[Required]**

  Mesh objects that correspond with the sensor grids of the thermal map analysis. These will be , with a number of faces or vertices that match the number of input values and will be colored with results.&#x20;
* **sim\_step**

  An optional integer (greater than or equal to 0) to select a specific time step of the comfort results to be displayed. Note that this will override any connected period.&#x20;
* **period**

  A Ladybug analysis period to be applied to select a slice of time across the comfort results to be displayed.&#x20;
* **legend\_par**

  An optional LegendParameter object to change the display of the results.&#x20;

## Outputs

* **report**

  ...&#x20;
* **mesh**

  The input mesh objects colored with results.&#x20;
* **legend**

  Geometry representing the legend for the results.&#x20;
* **title**

  A text object for the title.&#x20;
* **colors**

  The colors associated with each input value.&#x20;
* **values**

  A list of numbers for each face of the mesh, which are used to generate the colors.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.ladybug.tools/hb-energy-primer/components/7_thermalmap/visualize_thermal_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.
