change z buffer for surface plots (#2843)

This commit is contained in:
Simon Christ 2020-07-04 19:37:42 +02:00 committed by GitHub
parent 07ed5e7162
commit 2f4eb7b558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -558,6 +558,7 @@ function pgfx_series_coordinates!(st_val::Val{:surface}, segment_opt, opt, args)
"surf" => nothing,
"mesh/rows" => length(opt[:x]),
"mesh/cols" => length(opt[:y]),
"z buffer" => "sort",
)
return PGFPlotsX.Coordinates(args...)
end