Change exit st to :scatter
This commit is contained in:
parent
930812cbae
commit
4e37d70458
@ -180,9 +180,9 @@ end
|
|||||||
@recipe function f(::Type{Val{:pixel}}, x, y, z)
|
@recipe function f(::Type{Val{:pixel}}, x, y, z)
|
||||||
x := x
|
x := x
|
||||||
y := y
|
y := y
|
||||||
seriestype := :pixel
|
seriestype := :scatter
|
||||||
markersize := 1
|
markersize := 0.1
|
||||||
markerstrokewidth --> 0
|
markerstrokewidth := 0
|
||||||
()
|
()
|
||||||
end
|
end
|
||||||
@deps pixel scatter
|
@deps pixel scatter
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user