Open bilderbuchi opened 11 months ago
The comment https://github.com/MakieOrg/Makie.jl/issues/2893#issuecomment-1521289522 could be relevant here.
Also, #2216 could be the same issue, but I'm not sure as it does not fit the regression behaviour/observation afaict, as this was filed before 0.19.2 was published.
I have been using
Cycled
to good effect to control the look of a number of plots I am placing in one figure. This worked well in 0.19.2, but when I recently upgraded to 0.20.2, precompilation of my package started to fail withThe problem seems to crop up as soon as I
with_theme
construct.linestyle
(color
continues to work without problem!)I managed to wrangle this example from the docs into a MWE that shows the regression:
Suspecting that a "naked"
with_theme
is missing something from the default theme that would be created along with a Figure/Axis when inside, I tried various combinations ofmerge()
,update_theme!
andwith_theme
to only update, not replace the theme in thewith_theme
block, but my Julia skills and MAkie API knowledge are not good enough.To me, this looks like an undocumented regression (I checked the blog entry and changelog, but maybe I missed something). Is there a "new way" to do this, or a workaround for the time being?
]activate --temp; add Makie
) GLMakie v0.9.3 Makie v0.20.2