{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": { "execution": { "iopub.execute_input": "2025-11-05T13:44:56.720314Z", "iopub.status.busy": "2025-11-05T13:44:56.720232Z", "iopub.status.idle": "2025-11-05T13:44:56.723542Z", "shell.execute_reply": "2025-11-05T13:44:56.723268Z" } }, "outputs": [], "source": [ "import numpy as np\n", "import pandas as pd\n", "\n", "from lets_plot import *" ] }, { "cell_type": "code", "execution_count": 2, "metadata": { "execution": { "iopub.execute_input": "2025-11-05T13:44:56.724442Z", "iopub.status.busy": "2025-11-05T13:44:56.724367Z", "iopub.status.idle": "2025-11-05T13:44:56.726344Z", "shell.execute_reply": "2025-11-05T13:44:56.726113Z" } }, "outputs": [ { "data": { "text/html": [ "\n", "
\n", " \n", " " ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "LetsPlot.setup_html()" ] }, { "cell_type": "code", "execution_count": 3, "metadata": { "execution": { "iopub.execute_input": "2025-11-05T13:44:56.740419Z", "iopub.status.busy": "2025-11-05T13:44:56.740318Z", "iopub.status.idle": "2025-11-05T13:44:56.827639Z", "shell.execute_reply": "2025-11-05T13:44:56.827407Z" } }, "outputs": [], "source": [ "mpg = pd.read_csv (\"https://raw.githubusercontent.com/JetBrains/lets-plot-docs/master/data/mpg.csv\")" ] }, { "cell_type": "code", "execution_count": 4, "metadata": { "execution": { "iopub.execute_input": "2025-11-05T13:44:56.828721Z", "iopub.status.busy": "2025-11-05T13:44:56.828637Z", "iopub.status.idle": "2025-11-05T13:44:56.830759Z", "shell.execute_reply": "2025-11-05T13:44:56.830551Z" } }, "outputs": [], "source": [ "p = ggplot(mpg) + theme(axis_title_x='blank')" ] }, { "cell_type": "code", "execution_count": 5, "metadata": { "execution": { "iopub.execute_input": "2025-11-05T13:44:56.831658Z", "iopub.status.busy": "2025-11-05T13:44:56.831581Z", "iopub.status.idle": "2025-11-05T13:44:56.885844Z", "shell.execute_reply": "2025-11-05T13:44:56.885604Z" } }, "outputs": [ { "data": { "text/html": [ " \n", " " ], "text/plain": [ "