diff --git a/src/args.jl b/src/args.jl index c443b5bb..24676d01 100644 --- a/src/args.jl +++ b/src/args.jl @@ -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)