fixed filledcurve with solid borders
This commit is contained in:
parent
cfe02afa7e
commit
2a1d9fc74a
@ -308,7 +308,8 @@ function gaston_seriesconf!(
|
|||||||
fc = gaston_color(get_fillcolor(series, i), get_fillalpha(series, i))
|
fc = gaston_color(get_fillcolor(series, i), get_fillalpha(series, i))
|
||||||
lc, dt, lw = gaston_lc_ls_lw(series, clims, i)
|
lc, dt, lw = gaston_lc_ls_lw(series, clims, i)
|
||||||
if fr !== nothing # filled curves, but not filled curves with markers
|
if fr !== nothing # filled curves, but not filled curves with markers
|
||||||
push!(curveconf, "w filledcurves fc $fc fs solid border lc $lc lw $lw dt $dt")
|
push!(curveconf, "w filledcurves y=$fr fc $fc fs solid border lc $lc lw $lw dt $dt,'' w lines lc $lc lw $lw dt $dt")
|
||||||
|
#push!(curveconf, "w lines lc $lc lw $lw dt $dt")
|
||||||
elseif series[:markershape] == :none # simplepath
|
elseif series[:markershape] == :none # simplepath
|
||||||
push!(curveconf, "w lines lc $lc dt $dt lw $lw")
|
push!(curveconf, "w lines lc $lc dt $dt lw $lw")
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user