diff --git a/src/backends/pyplot.jl b/src/backends/pyplot.jl index af6c23ed..9362fabf 100644 --- a/src/backends/pyplot.jl +++ b/src/backends/pyplot.jl @@ -440,7 +440,7 @@ function _series_added(plt::Plot{PyPlotBackend}, series::Series) # for each plotting command, optionally build and add a series handle to the list # line plot - if st in (:path, :line, :scatter, :path3d, :scatter3d, :steppre, :steppost) + if st in (:path, :line, :path3d, :steppre, :steppost) if d[:linewidth] > 0 handle = ax[:plot](xyargs...; label = d[:label],