Add recipe for pixel seriestype
This commit is contained in:
parent
345bceb526
commit
5d3ae1de31
@ -174,6 +174,14 @@ end
|
|||||||
end
|
end
|
||||||
@deps scatterpath path scatter
|
@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
|
# steps
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user