{ "cells": [ { "cell_type": "markdown", "id": "urban-malta", "metadata": {}, "source": [ "# Figure 2" ] }, { "cell_type": "code", "execution_count": 1, "id": "aboriginal-train", "metadata": {}, "outputs": [], "source": [ "# import general packages\n", "import numpy as np\n", "\n", "# Matplotlib\n", "from matplotlib import pyplot as plt\n", "from matplotlib import cm\n", "from matplotlib.gridspec import GridSpec\n", "from mpl_toolkits.axes_grid1.inset_locator import inset_axes" ] }, { "cell_type": "markdown", "id": "attractive-newsletter", "metadata": {}, "source": [ "### Plotting Params" ] }, { "cell_type": "code", "execution_count": 2, "id": "painted-therapy", "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/var/folders/bj/yvztxw3x02q7p94lvc80kqt4f5p5j8/T/ipykernel_57468/1992365555.py:2: MatplotlibDeprecationWarning: The seaborn styles shipped by Matplotlib are deprecated since 3.6, as they no longer correspond to the styles shipped by seaborn. However, they will remain available as 'seaborn-v0_8-