Change exit st to :scatter

This commit is contained in:
Lakshya Khatri 2020-08-03 14:32:25 +05:30
parent 930812cbae
commit 4e37d70458

View File

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