{ "cells": [ { "cell_type": "markdown", "id": "bed2046d", "metadata": {}, "source": [ "# New Scale Transformations: `log2` and `symlog`" ] }, { "cell_type": "code", "execution_count": 1, "id": "b545b7bd", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", " " ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "%useLatestDescriptors\n", "%use lets-plot" ] }, { "cell_type": "code", "execution_count": 2, "id": "23da856d", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "Lets-Plot Kotlin API v.4.5.0. Frontend: Notebook with dynamically loaded JS. Lets-Plot JS v.4.1.0." ] }, "execution_count": 2, "metadata": {}, "output_type": "execute_result" } ], "source": [ "LetsPlot.getInfo()" ] }, { "cell_type": "code", "execution_count": 3, "id": "d3c457ce", "metadata": {}, "outputs": [], "source": [ "fun getData(n: Int): Map