Skip to content

Julia Makie resolution depreciated. Β #7817

@agerlach

Description

@agerlach

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!()

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions