Chart spec valid for rendering in notebook fails in export to PNG #3713
Labels
bug
needs-repro
Issues that **need** a Minimal, Reproducible Example
vega: vl-convert
Requires upstream/integration action w/ `vl-convert`
What happened?
I have created a chart specification that renders perfectly in my notebook. I can then right-click, save to PNG, and get what I need. The full expected visualization (using the entire dataset) is as follows:
If I attempt to
temps.save("temps.png")
I get an error about the Vega-Lite to PNG conversion failing:The most relevant part of which appears to be this expression:
The output of
pprint.pprint(temps.to_dict())
is as follows:Here's a reduced dataset that reproduces the problem:
MWE
The outcome is as follows:
The result of
mwe.save("temps_test.png")
remains the same as with the full dataset:What would you like to happen instead?
No response
Which version of Altair are you using?
5.4.1
The text was updated successfully, but these errors were encountered: