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

# Line Plot

> Create a classic line plot to compare two or more parameters against each other.

## Description

A function to create a classic line plot. This function works similarly to [2D Point Plot](/monolith-ai/1814202647/2D+Point+Plot)

***

## Application

This plotting function is useful to plot 2 or more different parameters against each other

***

## How to use

Firstly, select the 'Line Plot' manipulator under the 'Explore' tab from within a notebook

### Axis Selection

In this section you control which columns of the dataset are plotted on the two axes.

* **X Column** defines the column which is plotted on the x-axis.
* **Y Column** defines the column which is plotted on the y-axis.

### Display Options

**Column identifying multiple tests** is an optional parameter to generate different plot series. This can only be selected if you have a single y-axis

**Line breaks** is another optional parameter to break the line into different segments, for instance different test runs

**Text** can be used to add text from a column into the plot

***

## Example

<img src="https://mintcdn.com/coreweave-dbfa0e8d/QRLrBgwZtalbZXz3/monolith-ai/_media/Line-Plot-1.png?fit=max&auto=format&n=QRLrBgwZtalbZXz3&q=85&s=8b72efbb4f387ea0ab9779f15f50afb0" alt="Line Plot step showing electrics_steering_input_0 plotted against time_s with a sampling warning" width="936" height="574" data-path="monolith-ai/_media/Line-Plot-1.png" />
