altair-viz / altair_saver

Altair extension for saving charts in a variety of formats.
BSD 3-Clause "New" or "Revised" License
94 stars 32 forks source link

Altair Saver not hiding ocult axis #117

Closed murilomm192 closed 5 months ago

murilomm192 commented 1 year ago

Using Chromedrive to save a chart to a chart to .png is showing the axis grid the is ocult.

in the browser and when using the 3 dots to save in png it's saving correctly with the axis hidden.

joelostblom commented 5 months ago

Since Altair 5.2, the functionality of Altair Saver is now available in Altair via the vl-convert package. Most of the functionality has been available since 5.0, and the main addition in 5.2 was PDF export. See the docs on how to save charts for more details

We are going to archive this repo, so I'm closing all the open issues and PRs before doing so. Try out the new options for saving charts mentioned above and if you run into issues, please open an issue directly in the altair or vl-convert repo.