Open SimonDanisch opened 2 years ago
I think this is related or the same issue, say I have the barplot theme
barplot_theme = Theme(
BarPlot = (
color=:black,
)
)
with_theme(barplot_theme) do
...
end
The black color is not picked up
in older Makie versions this worked and showed a red barplot:
But on master it just ignores it: