fixed pyplot

This commit is contained in:
Thomas Breloff 2015-11-09 09:19:00 -05:00
parent fb82da74a1
commit a40d0000c5

View File

@ -276,7 +276,7 @@ function _add_series(pkg::PyPlotPackage, plt::Plot; kw...)
# set these for all types
if lt != :contour
extra_kwargs[:linecolor] = color
extra_kwargs[:color] = color
extra_kwargs[:linewidth] = d[:linewidth]
extra_kwargs[:label] = d[:label]
end