diff --git a/src/args.jl b/src/args.jl index 13423b33..c443b5bb 100644 --- a/src/args.jl +++ b/src/args.jl @@ -737,6 +737,10 @@ function processMarkerArg(plotattributes::KW, arg) elseif allAlphas(arg) plotattributes[:markeralpha] = arg + # bool + elseif typeof(arg) <: Bool + plotattributes[:markershape] = arg ? :auto : :none + # markersize elseif allReals(arg) plotattributes[:markersize] = arg