{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Plotting Overview\n", "\n", "## Getting started\n", "\n", "Scipp offers a number of different ways to plot data from a `Variable`, `DataArray`, or a `Dataset`.\n", "It uses the `matplotlib` graphing library to do so, as well as the `pythreejs` project for 3D visualizations.\n", "\n", "