{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Configuring\n", "Besides being super convenient, ahlive is super customizable." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### keywords\n", "Common settings can be accessed through documented keywords.\n", "\n", "For a list of documented keywords, see `help(ah.Array)`." ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "import ahlive as ah\n", "ah.Array([0, 1, 2], [3, 4, 5], figsize=(3, 3)).render()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "