-
Notifications
You must be signed in to change notification settings - Fork 370
Open
Description
CairoMakie.update_theme!(resolution=(fig_width, fig_height)) |
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!()
alecloudenback, juliohm and lmaillere