Update @deps for :pixel series type

This commit is contained in:
Lakshya Khatri 2020-07-29 16:57:12 +05:30
parent bb936346e4
commit f39cbbdcf5
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -185,6 +185,7 @@ end
markerstrokewidth --> 0
()
end
@deps pixel scatter
# ---------------------------------------------------------------------------
# steps