Skip to content

Commit

Permalink
Merge dc4e8ce into 203af85
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastyBlacksmith authored Jun 9, 2021
2 parents 203af85 + dc4e8ce commit cac0568
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backends/pgfplotsx.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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]) :
Expand Down

0 comments on commit cac0568

Please sign in to comment.