fix fillalpha for surface on pgfplotsx
This commit is contained in:
parent
2e2f7044e2
commit
e8437d76fd
@ -497,6 +497,7 @@ function pgfx_add_series!(::Val{:surface}, axis, series_opt, series, series_func
|
|||||||
"mesh/rows" => length(opt[:x]),
|
"mesh/rows" => length(opt[:x]),
|
||||||
"mesh/cols" => length(opt[:y]),
|
"mesh/cols" => length(opt[:y]),
|
||||||
"z buffer" => "sort",
|
"z buffer" => "sort",
|
||||||
|
"opacity" => get_fillalpha(series),
|
||||||
)
|
)
|
||||||
pgfx_add_series!(axis, series_opt, series, series_func, opt)
|
pgfx_add_series!(axis, series_opt, series, series_func, opt)
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user