Recipes broken on 0.20.x #3514
Labels
bug
Makie
Backend independent issues (Makie core)
plot
Related to plot object
recipes
regression
This issue describes a regression from a previous version or commit.
]activate --temp; add Makie
)While trying to figure out why some recipes no longer worked, I started re-reading the recipe docs and looking at Makie's own internal use of recipes and found that there is an example in the docs: rainclouds.
Note that the the title, axis and category labels don't appear in the figure. Those are all set in
Makie.jl/src/basic_recipes/raincloud.jl
Lines 138 to 172 in a1d85a1
In my own broken recipe, I inserted some code to see which methods were being called and discovered the analogous
method was no longer being called despite being called on 0.19.x.
The text was updated successfully, but these errors were encountered: