fix fillalpha for surface on pgfplotsx

This commit is contained in:
Daniel Schwabeneder 2021-02-19 21:22:57 +01:00
parent 2e2f7044e2
commit e8437d76fd

View File

@ -497,6 +497,7 @@ function pgfx_add_series!(::Val{:surface}, axis, series_opt, series, series_func
"mesh/rows" => length(opt[:x]),
"mesh/cols" => length(opt[:y]),
"z buffer" => "sort",
"opacity" => get_fillalpha(series),
)
pgfx_add_series!(axis, series_opt, series, series_func, opt)
end