diff --git a/src/backends/gaston.jl b/src/backends/gaston.jl index a7f56dc5..af776ea6 100644 --- a/src/backends/gaston.jl +++ b/src/backends/gaston.jl @@ -305,6 +305,8 @@ function gaston_seriesconf!(sp::Subplot{GastonBackend}, series::Series, i::Int, elseif st == :wireframe lc, dt, lw = gaston_lc_ls_lw(series, clims, i) push!(curveconf, "w lines lc $lc dt $dt lw $lw") + elseif st == :quiver + push!(curveconf, "w vectors filled") else @warn "Gaston: $st is not implemented yet" end