{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "928abbdd-acba-4101-b536-37c5bd39a8a3", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "The geodata is provided by © OpenStreetMap contributors and is made available here under the Open Database License (ODbL).\n" ] }, { "data": { "text/html": [ "\n", " \n", " \n", " " ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "from lets_plot import *\n", "from lets_plot.bistro import *\n", "from scipy.stats import multivariate_normal\n", "from lets_plot.geo_data import *\n", "import pandas as pd\n", "import numpy as np\n", "LetsPlot.setup_html()" ] }, { "cell_type": "code", "execution_count": 2, "id": "7b5c79b2-ac1a-40dd-91ab-45697979b4d9", "metadata": {}, "outputs": [], "source": [ "path_df = {\n", " 'x': [None, None, 0.0, None, 1.0, 2.0, None, 4.0, 5.0, 6.0],\n", " 'y': [None, 0.0, 0.5, 0.0, 0.0, 1.0, None, None, 0.5, 1.0],\n", " 'c': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]\n", "}" ] }, { "cell_type": "code", "execution_count": 3, "id": "9c68cea7-a827-4417-8463-2cc208bc8027", "metadata": {}, "outputs": [ { "data": { "text/html": [ "\n", "