python depthshade

This commit is contained in:
Zhanibek 2020-05-14 18:05:37 +09:00
parent b34a9b6958
commit b726f1b78d

View File

@ -590,11 +590,11 @@ function py_add_series(plt::Plot{PyPlotBackend}, series::Series)
else
# do a normal scatter plot
# Add depthshade option for 3d plots
if RecipesPipeline.is3d(sp)
extrakw[:depthshade] = get(series[:extra_kwargs], :depthshade, false)
end
handle = ax."scatter"(xyargs...;
label = series[:label],
zorder = series[:series_plotindex] + 0.5,