{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "180cd7db-fad3-4044-8026-f9239ed93389", "metadata": {}, "outputs": [ { "data": { "text/html": [ "\n", " \n", " \n", " " ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "from lets_plot import *\n", "from lets_plot.bistro import *\n", "import pandas as pd\n", "LetsPlot.setup_html()" ] }, { "cell_type": "code", "execution_count": 2, "id": "1bac5812-fbf1-4467-aad5-3ad978c2e807", "metadata": {}, "outputs": [], "source": [ "df = {\n", " 'x': [1],\n", " 'y': [1],\n", " 's': [1]\n", "}" ] }, { "cell_type": "markdown", "id": "3d375e63-23d1-4df9-a767-ec05733951a3", "metadata": {}, "source": [ "### Without scale" ] }, { "cell_type": "code", "execution_count": 3, "id": "f5f566a6-b075-4fee-8893-cb5df7f4e190", "metadata": {}, "outputs": [ { "data": { "text/html": [ "\n", "