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

# Map from Lists

<CardGroup cols={2}>
  <Card title="Input variable 1, Output variable 1, Interpolation Enum" href="#input-variable-1-output-variable-1-interpolation-enum" />

  <Card title="Input variable 1, Input variable 2, Output variable 1" href="#input-variable-1-input-variable-2-output-variable-1" />

  <Card title="Input variable 1, Input variable 2, Input variable 3, Output variable 1" href="#input-variable-1-input-variable-2-input-variable-3-output-variable-1" />
</CardGroup>

***

<h2 id="input-variable-1-output-variable-1-interpolation-enum">
  Input variable 1, Output variable 1, Interpolation Enum
</h2>

Create a Map \<1d,1d> from a collection of points using linear or cubic interpolation within the convex hull of the point set and no extrapolation.

### Inputs

| Name               | Type                                                        | Description                       |
| ------------------ | ----------------------------------------------------------- | --------------------------------- |
| Input variable 1   | [Scalar List](../../../../block-documentation/types/scalar) | Data points of input variable 1.  |
| Output variable 1  | [Scalar List](../../../../block-documentation/types/scalar) | Data points of output variable 1. |
| Interpolation type | Interpolation Enum                                          | Interpolation type.               |

### Outputs

| Type                                                           |
| -------------------------------------------------------------- |
| [Map (1d,1d)](../../../../block-documentation/types/map-1d,1d) |

***

<h2 id="input-variable-1-input-variable-2-output-variable-1">
  Input variable 1, Input variable 2, Output variable 1
</h2>

Create a Map \<2d,1d> from a collection of points using linear or cubic interpolation within the convex hull of the point set and no extrapolation.

### Inputs

| Name              | Type                                                        | Description                       |
| ----------------- | ----------------------------------------------------------- | --------------------------------- |
| Input variable 1  | [Scalar List](../../../../block-documentation/types/scalar) | Data points of input variable 1.  |
| Input variable 2  | [Scalar List](../../../../block-documentation/types/scalar) | Data points of input variable 2.  |
| Output variable 1 | [Scalar List](../../../../block-documentation/types/scalar) | Data points of output variable 1. |

### Outputs

| Type                                                           |
| -------------------------------------------------------------- |
| [Map (2d,1d)](../../../../block-documentation/types/map-2d,1d) |

***

<h2 id="input-variable-1-input-variable-2-input-variable-3-output-variable-1">
  Input variable 1, Input variable 2, Input variable 3, Output variable 1
</h2>

Create a Map \<3d,1d> from a collection of points using linear or cubic interpolation within the convex hull of the point set and no extrapolation.

### Inputs

| Name              | Type                                                        | Description                       |
| ----------------- | ----------------------------------------------------------- | --------------------------------- |
| Input variable 1  | [Scalar List](../../../../block-documentation/types/scalar) | Data points of input variable 1.  |
| Input variable 2  | [Scalar List](../../../../block-documentation/types/scalar) | Data points of input variable 2.  |
| Input variable 3  | [Scalar List](../../../../block-documentation/types/scalar) | Data points of input variable 3.  |
| Output variable 1 | [Scalar List](../../../../block-documentation/types/scalar) | Data points of output variable 1. |

### Outputs

| Type                                                           |
| -------------------------------------------------------------- |
| [Map (3d,1d)](../../../../block-documentation/types/map-3d,1d) |
