{ "cells": [ { "cell_type": "markdown", "id": "6986cbd3", "metadata": {}, "source": [ "# Creating simple plots\n", "\n", "This tutorial suggests different strategies for creating simple visualizations from your `xsnow` dataset using existing libraries.\n", "\n", " 1. Simple timeseries plots showing scalar properties\n", " 2. Simple vertical line profiles\n", " 3. Simple plots to inspect distributions\n", " 3. 2D maps of scalar properties\n", " 4. Interactive profile visualization using Niviz" ] }, { "cell_type": "markdown", "id": "abbd0bc1", "metadata": {}, "source": [ "```{warning}\n", "Coming soon\n", "```" ] } ], "metadata": { "language_info": { "name": "python" } }, "nbformat": 4, "nbformat_minor": 5 }