Compare commits

...

1 Commits

Author SHA1 Message Date
Simon Christ
e14ba11139
fix grid for 3d quivers 2020-11-13 21:51:10 +01:00

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,