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")