File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
4040end
@@ -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
9797end
You can’t perform that action at this time.
0 commit comments