# Visualize Thermal Map

![](https://459479801-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Ma9N5K8lMbAhbyBVgms%2Fuploads%2Fgit-blob-9ae750b0b208843c7a855e0886abc4630efb08c6%2FVisualize_Thermal_Map.png?alt=media)

![](https://459479801-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Ma9N5K8lMbAhbyBVgms%2Fuploads%2Fgit-blob-5b6f6fb1610307eb599f7c8aabfb591b29c6a467%2FVisualize_Thermal_Map.png?alt=media) - [\[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;
