From 54fdd4e177869f91308d66fcfaec8745eb14f32c Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Sat, 24 Oct 2020 00:02:47 +0200 Subject: [PATCH] update spy recipe --- src/recipes.jl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/recipes.jl b/src/recipes.jl index 8ff2fa64..e805fa49 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -1483,7 +1483,11 @@ end markersize := 1 end markerstrokewidth := 0 - marker_z := zs + if length(unique(zs)) == 1 + seriescolor --> :black + else + marker_z := zs + end label := "" x := cs y := rs