diff --git a/src/recipes.jl b/src/recipes.jl index cfcb9390..f9c1b744 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -174,6 +174,14 @@ end end @deps scatterpath path scatter +@recipe function f(::Type{Val{:pixel}}, x, y, z) + x := x + y := y + markersize := 1 + markerstrokewidth := 0 + seriestype := :scatter + () +end # --------------------------------------------------------------------------- # steps