quarto-dev / quarto-dev/quarto-cli
Julia Makie `resolution` depreciated.
Open
@cscheid is already working on this.
Since Aug 21, 2025.
engines-julia
enhancement
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
Makie recently made a release that adds High DPI support (#2544 & #2346) which depreciates resolution in favor of size. I suspect this change will be positive for Quarto integration. See their blog post for additional details as the breaking change if more than just changing the kwarg name.
Currently, setting resolution overrides the High DPI upgrades. A depreciation warning is shown, but doesn't appear in final documents by default.
A current work around is to reset the Makie theme to the default via set_theme!()
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.