Add test for markershape
This commit is contained in:
parent
4b617f96a3
commit
780f3c49e9
@ -706,6 +706,9 @@ function preprocessArgs!(d::KW)
|
|||||||
delete!(d, :marker)
|
delete!(d, :marker)
|
||||||
if haskey(d, :markershape)
|
if haskey(d, :markershape)
|
||||||
d[:markershape] = _replace_markershape(d[:markershape])
|
d[:markershape] = _replace_markershape(d[:markershape])
|
||||||
|
if d[:markershape] == :none && d[:seriestype] in (:scatter, :scatterbins, :scatterhist, :scatter3d) #the default should be :auto, not :none, so that :none can be set explicitly and would be respected
|
||||||
|
d[:markershape] = :circle
|
||||||
|
end
|
||||||
elseif anymarker
|
elseif anymarker
|
||||||
d[:markershape_to_add] = :circle # add it after _apply_recipe
|
d[:markershape_to_add] = :circle # add it after _apply_recipe
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user