From 8688f36d96d44f311c06dec697b7b43a7aad7c75 Mon Sep 17 00:00:00 2001 From: Joel Ostblom Date: Fri, 3 May 2024 11:52:13 -0400 Subject: [PATCH] Fix html renderer typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d99604..98ffc1f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Then import Vega-Altair and activate the `avenger-html` renderer ```python import altair as alt -alt.renderers.enable('avenger-png', scale=1) +alt.renderers.enable('avenger-html') ``` Then create and display an Vega-Altair chart as usual: