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

# Step 3: Plot a Calculated Channel

export const SiftIcon = ({className}) => <span className={`inline-flex items-center align-middle text-black dark:text-white ${className || ''}`}>
    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Artwork" x="0px" y="0px" viewBox="0 0 1005.58 733.96" style={{
  enableBackground: "new 0 0 1005.58 733.96",
  width: "2em",
  height: "2em"
}} xmlSpace="preserve">
      <path fill="currentColor" d="M552.16,150.89c-165.6,0-180.29,160.61-300.62,192.32v2.67h601.24v-2.67C747.74,324.18,717.72,150.89,552.16,150.89z   M453.46,583.08c165.6,0,180.29-160.61,300.62-192.32v-2.67H152.84v2.67C257.88,409.78,287.91,583.08,453.46,583.08z" />
    </svg>
  </span>;

## Overview

Calculated Channels can be plotted alongside the original Channels of an Asset in Explore.

## Plot Calculated Channel

1. Click <SiftIcon className="icon-sift" />, then, using **Explore**, open the Run created in Tutorial 1.
2. In **Explore**, in the <Icon icon="wave-pulse" /> **Channels** tab, click the following Channel in the **camera\_1** section:
   * <Icon icon="hashtag" /> **temperature**
3. Click the <Icon icon="wave-pulse" /><Icon icon="plus-minus" /> **Calculated Channels** tab, then click the name of the created Calculated Channel.
   * **For example**: fl\_tutorial\_6\_calculated\_channel
