{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "f6625271", "metadata": { "execution": { "iopub.execute_input": "2026-01-27T17:05:13.788422Z", "iopub.status.busy": "2026-01-27T17:05:13.788355Z", "iopub.status.idle": "2026-01-27T17:05:13.791036Z", "shell.execute_reply": "2026-01-27T17:05:13.790811Z" }, "pycharm": { "name": "#%%\n" } }, "outputs": [], "source": [ "from lets_plot import *" ] }, { "cell_type": "code", "execution_count": 2, "id": "1f2db124-ae6f-4ba0-9a5f-e006584161a9", "metadata": { "execution": { "iopub.execute_input": "2026-01-27T17:05:13.792294Z", "iopub.status.busy": "2026-01-27T17:05:13.792223Z", "iopub.status.idle": "2026-01-27T17:05:13.793805Z", "shell.execute_reply": "2026-01-27T17:05:13.793550Z" } }, "outputs": [ { "data": { "text/html": [ "\n", "
\n", " \n", " " ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "LetsPlot.setup_html()" ] }, { "cell_type": "code", "execution_count": 3, "id": "4c799fdf", "metadata": { "execution": { "iopub.execute_input": "2026-01-27T17:05:13.794979Z", "iopub.status.busy": "2026-01-27T17:05:13.794907Z", "iopub.status.idle": "2026-01-27T17:05:13.796340Z", "shell.execute_reply": "2026-01-27T17:05:13.796121Z" }, "pycharm": { "name": "#%%\n" } }, "outputs": [], "source": [ "data = {'x': list(range(-32, 32))}\n", "\n", "p = ggplot(data) + coord_cartesian() + ggsize(600, 200)" ] }, { "cell_type": "code", "execution_count": 4, "id": "35d9531a", "metadata": { "execution": { "iopub.execute_input": "2026-01-27T17:05:13.797308Z", "iopub.status.busy": "2026-01-27T17:05:13.797241Z", "iopub.status.idle": "2026-01-27T17:05:13.837819Z", "shell.execute_reply": "2026-01-27T17:05:13.837363Z" }, "pycharm": { "name": "#%%\n" } }, "outputs": [ { "data": { "text/html": [ " \n", " " ], "text/plain": [ "