Add recipe for pixel seriestype

This commit is contained in:
Lakshya Khatri 2020-07-28 21:23:10 +05:30
parent 345bceb526
commit 5d3ae1de31

View File

@ -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