fix grid for 3d quivers

This commit is contained in:
Simon Christ 2020-11-13 21:51:10 +01:00 committed by GitHub
parent 2ef9bb1c0b
commit e14ba11139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -590,6 +590,7 @@ function pgfx_add_series!(::Val{:quiver}, axis, series_opt, series, series_func,
z = opt[:z]
if z !== nothing
push!(series_opt["quiver"], "w" => "\\thisrow{w}")
pgfx_axis!(axis.options, series[:subplot], :z)
table = PGFPlotsX.Table([
:x => x,
:y => y,