no markers on fillranges (#3563)

This commit is contained in:
Simon Christ 2021-06-09 15:53:52 +02:00 committed by GitHub
parent 203af856cd
commit be1c263df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1081,6 +1081,7 @@ end
function pgfx_fillrange_series!(axis, series, series_func, i, fillrange, rng)
fillrange_opt = PGFPlotsX.Options("line width" => "0", "draw opacity" => "0")
fillrange_opt = merge(fillrange_opt, pgfx_fillstyle(series, i))
push!(fillrange_opt, "markers" => "none") # no markers on fillranges
push!(fillrange_opt, "forget plot" => nothing)
opt = series.plotattributes
args = RecipesPipeline.is3d(series) ? (opt[:x][rng], opt[:y][rng], opt[:z][rng]) :