{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "data": { "text/html": [ "\n", " \n", " \n", " " ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "from lets_plot import *\n", "\n", "LetsPlot.setup_html()\n", "LetsPlot.set_theme(theme_grey())" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [], "source": [ "data = {\n", " 'drink': ['coffee','tea','water', 'milk'],\n", " 'mean': [3, 4, 6, 2],\n", " 'upper': [1, 5, 7, 4],\n", " 'lower': [6, 3, 2, 1]\n", "}" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", " " ], "text/plain": [ "