fix grid for 3d quivers (#3150)
This commit is contained in:
parent
2ef9bb1c0b
commit
10e83b63b6
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user