pyplot scatter fix

This commit is contained in:
Thomas Breloff 2016-06-07 12:07:16 -04:00
parent b36f8c701e
commit 4ea813c983

View File

@ -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 # for each plotting command, optionally build and add a series handle to the list
# line plot # line plot
if st in (:path, :line, :scatter, :path3d, :scatter3d, :steppre, :steppost) if st in (:path, :line, :path3d, :steppre, :steppost)
if d[:linewidth] > 0 if d[:linewidth] > 0
handle = ax[:plot](xyargs...; handle = ax[:plot](xyargs...;
label = d[:label], label = d[:label],