{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# contour" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "This section describes various options available for contour plots in **fivecentplots**" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "See the full API https://endangeredoxen.github.io/fivecentplots/0.5.3/api/contour.html#contour" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Setup" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Import packages:" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "import fivecentplots as fcp\n", "import pandas as pd\n", "from pathlib import Path" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Read some fake contour data:" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", " | Experiment | \n", "Batch | \n", "X | \n", "Y | \n", "Value | \n", "
---|---|---|---|---|---|
0 | \n", "Control | \n", "101 | \n", "1 | \n", "-4 | \n", "3.5 | \n", "
1 | \n", "Control | \n", "101 | \n", "1 | \n", "-2 | \n", "2.1 | \n", "
2 | \n", "Control | \n", "101 | \n", "1 | \n", "0 | \n", "3.3 | \n", "
3 | \n", "Control | \n", "101 | \n", "1 | \n", "2 | \n", "3.2 | \n", "
4 | \n", "Control | \n", "101 | \n", "1 | \n", "4 | \n", "4.0 | \n", "