{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Using ColorMaps" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "You can provide a `cmap (Callable | LinearSegmentedColormap)` argument to a ColumnDefinition to color each of the columns cells backgrounds based on their values." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "```{seealso}\n", "You can find an example of using a colormap in the [Women's World Cup Example](../example_notebooks/wwc_example.ipynb)\n", "```" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3.10.5 ('env': venv)", "language": "python", "name": "python3" }, "language_info": { "name": "python", "version": "3.10.5" }, "orig_nbformat": 4, "vscode": { "interpreter": { "hash": "fad163352f6b6c4f05b9b8d41b1f28c58b235e61ec56c8581176f01128143b49" } } }, "nbformat": 4, "nbformat_minor": 2 }