set default to :circle instead of :auto for marker = true
This commit is contained in:
parent
5506c0543c
commit
b6b00c843a
@ -739,7 +739,7 @@ function processMarkerArg(plotattributes::KW, arg)
|
||||
|
||||
# bool
|
||||
elseif typeof(arg) <: Bool
|
||||
plotattributes[:markershape] = arg ? :auto : :none
|
||||
plotattributes[:markershape] = arg ? :circle : :none
|
||||
|
||||
# markersize
|
||||
elseif allReals(arg)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user