Fix issue where every series is plotted with a fillcolor

This commit is contained in:
Sebastian Pech 2017-01-22 16:57:28 +01:00
parent 1a91eacdcb
commit bcd5d9ef90

View File

@ -147,7 +147,7 @@ function pgf_series(sp::Subplot, series::Series)
push!(style, pgf_linestyle(d))
push!(style, pgf_marker(d))
if d[:fillcolor] != nothing
if d[:fillrange] != nothing || st in (:shape,)
push!(style, pgf_fillstyle(d))
end