Skip to content

Commit d20d36e

Browse files
committed
update recipes again
1 parent 81a5ceb commit d20d36e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Recipes.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ function smithplot_attributes()
3333
- map multiple cycled attributes to a palette attribute, e.g. `[:linecolor, :markercolor] => :color`
3434
"""
3535
cycle = [:color]
36-
mixin_generic_plot_attributes()...
37-
mixin_colormap_attributes()...
36+
Makie.mixin_generic_plot_attributes()...
37+
Makie.mixin_colormap_attributes()...
3838
fxaa = false
3939
end
4040
end
@@ -90,8 +90,8 @@ function smithscatter_attributes()
9090
cycle = [:color]
9191
"Enables depth-sorting of markers which can improve border artifacts. Currently supported in GLMakie only."
9292
depthsorting = false
93-
mixin_generic_plot_attributes()...
94-
mixin_colormap_attributes()...
93+
Makie.mixin_generic_plot_attributes()...
94+
Makie.mixin_colormap_attributes()...
9595
fxaa = false
9696
end
9797
end

0 commit comments

Comments
 (0)