Fix issue where every series is plotted with a fillcolor
This commit is contained in:
parent
1a91eacdcb
commit
bcd5d9ef90
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user