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
|
||||
|
||||
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)
|
||||
end
|
||||
|
||||
|
||||
@ -185,6 +185,7 @@ end
|
||||
markerstrokewidth --> 0
|
||||
()
|
||||
end
|
||||
@deps pixel scatter
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# steps
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user