Update @deps for :pixel series type
This commit is contained in:
parent
bb936346e4
commit
f39cbbdcf5
@ -480,7 +480,11 @@ function py_add_series(plt::Plot{PyPlotBackend}, series::Series)
|
|||||||
end
|
end
|
||||||
|
|
||||||
if st == :pixel
|
if st == :pixel
|
||||||
handle = ax."plot"(x, y, ",")
|
handle = ax."plot"(x, y,
|
||||||
|
py_marker(:pixel),
|
||||||
|
label = series[:label],
|
||||||
|
zorder = series[:series_plotindex],
|
||||||
|
)
|
||||||
push!(handles, handle)
|
push!(handles, handle)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@ -185,6 +185,7 @@ end
|
|||||||
markerstrokewidth --> 0
|
markerstrokewidth --> 0
|
||||||
()
|
()
|
||||||
end
|
end
|
||||||
|
@deps pixel scatter
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
# steps
|
# steps
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user