From 4e37d70458c759a84c6c3f9ce82e72f1753c83b3 Mon Sep 17 00:00:00 2001 From: Lakshya Khatri Date: Mon, 3 Aug 2020 14:32:25 +0530 Subject: [PATCH] Change exit st to :scatter --- src/recipes.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/recipes.jl b/src/recipes.jl index 33e345f1..db86abe5 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -180,9 +180,9 @@ end @recipe function f(::Type{Val{:pixel}}, x, y, z) x := x y := y - seriestype := :pixel - markersize := 1 - markerstrokewidth --> 0 + seriestype := :scatter + markersize := 0.1 + markerstrokewidth := 0 () end @deps pixel scatter