vega / vl-convert

Utilities for converting Vega-Lite specs from the command line and Python
BSD 3-Clause "New" or "Revised" License
89 stars 9 forks source link

Make generated PDF files deterministic #115

Closed jonmmease closed 9 months ago

jonmmease commented 9 months ago

During Altair integration I found that the generated PDF files were non-deterministic due to difference in HashMap ordering. This update makes sure sorting is deterministic.