parent
238aca6a78
commit
6ec05628d5
@ -589,6 +589,12 @@ function py_add_series(plt::Plot{PyPlotBackend}, series::Series)
|
|||||||
push!(handles, handle)
|
push!(handles, handle)
|
||||||
else
|
else
|
||||||
# do a normal scatter plot
|
# 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...;
|
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