{ "cells": [ { "cell_type": "markdown", "id": "65a47279-f0c5-4367-8323-b4a9b1e96891", "metadata": {}, "source": [ "# Polar Heatmap" ] }, { "cell_type": "code", "execution_count": 1, "id": "f45649f5-4213-47b1-b1a4-7a24573a890f", "metadata": { "execution": { "iopub.execute_input": "2026-01-27T17:13:30.825678Z", "iopub.status.busy": "2026-01-27T17:13:30.825610Z", "iopub.status.idle": "2026-01-27T17:13:30.904020Z", "shell.execute_reply": "2026-01-27T17:13:30.903623Z" } }, "outputs": [], "source": [ "import numpy as np\n", "import pandas as pd\n", "from scipy.interpolate import griddata\n", "\n", "from lets_plot import *" ] }, { "cell_type": "code", "execution_count": 2, "id": "3d04285b-e631-41c0-9dc7-a09b3ad68e61", "metadata": { "execution": { "iopub.execute_input": "2026-01-27T17:13:30.905257Z", "iopub.status.busy": "2026-01-27T17:13:30.905128Z", "iopub.status.idle": "2026-01-27T17:13:30.906879Z", "shell.execute_reply": "2026-01-27T17:13:30.906603Z" } }, "outputs": [ { "data": { "text/html": [ "\n", "
\n", " \n", " " ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "LetsPlot.setup_html()" ] }, { "cell_type": "code", "execution_count": 3, "id": "48bee431-7aa0-4fb8-8026-9ca157b5a190", "metadata": { "execution": { "iopub.execute_input": "2026-01-27T17:13:30.907752Z", "iopub.status.busy": "2026-01-27T17:13:30.907677Z", "iopub.status.idle": "2026-01-27T17:13:31.232592Z", "shell.execute_reply": "2026-01-27T17:13:31.232027Z" } }, "outputs": [ { "data": { "text/html": [ " \n", " " ], "text/plain": [ "