From 220f8d94ee025d796c9b35ec74068f39c3683f83 Mon Sep 17 00:00:00 2001 From: Joel Ostblom Date: Wed, 18 Jan 2023 18:44:51 +0100 Subject: [PATCH] Update viz.md (#137) --- source/viz.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/viz.md b/source/viz.md index ff194776..297dd7ad 100644 --- a/source/viz.md +++ b/source/viz.md @@ -1881,8 +1881,6 @@ we demonstrate how to save PNG and SVG file types for the `faithful_scatter_labels` plot. ```{code-cell} ipython3 -from altair_saver import save - faithful_scatter_labels.save("img/faithful_plot.png") faithful_scatter_labels.save("img/faithful_plot.svg")