{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "be99aa89", "metadata": {}, "outputs": [], "source": [ "import numpy as np\n", "from lets_plot import *" ] }, { "cell_type": "code", "execution_count": 2, "id": "e73366e1", "metadata": {}, "outputs": [ { "data": { "text/html": [ "\n", " \n", " \n", " " ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "LetsPlot.setup_html()" ] }, { "cell_type": "markdown", "id": "cce7875d", "metadata": {}, "source": [ "### Setting Theme Parameters Via Sum In `set_theme()`" ] }, { "cell_type": "code", "execution_count": 3, "id": "b7246fcd", "metadata": {}, "outputs": [], "source": [ "LetsPlot.set_theme(theme_bw() \n", " + flavor_darcula() \n", " + theme(panel_background=element_rect(fill='yellow')))" ] }, { "cell_type": "code", "execution_count": 4, "id": "28e6fca6", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", " " ], "text/plain": [ "