python depthshade
This commit is contained in:
parent
b34a9b6958
commit
b726f1b78d
@ -590,11 +590,11 @@ function py_add_series(plt::Plot{PyPlotBackend}, series::Series)
|
|||||||
else
|
else
|
||||||
# do a normal scatter plot
|
# do a normal scatter plot
|
||||||
|
|
||||||
|
# Add depthshade option for 3d plots
|
||||||
if RecipesPipeline.is3d(sp)
|
if RecipesPipeline.is3d(sp)
|
||||||
extrakw[:depthshade] = get(series[:extra_kwargs], :depthshade, false)
|
extrakw[:depthshade] = get(series[:extra_kwargs], :depthshade, false)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
handle = ax."scatter"(xyargs...;
|
handle = ax."scatter"(xyargs...;
|
||||||
label = series[:label],
|
label = series[:label],
|
||||||
zorder = series[:series_plotindex] + 0.5,
|
zorder = series[:series_plotindex] + 0.5,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user