This commit is contained in:
Simon Christ 2021-06-04 16:42:18 +02:00
parent 92a7bc5468
commit 231a14c69f

View File

@ -38,6 +38,6 @@ end
end
@testset "3D Axis" begin
ql = quiver(x, y, z, quiver = (u, v, w), camera = (80,10))
ql = quiver([1, 2], [2, 1], [3, 4], quiver = ([1, -1], [0, 0], [1, -0.5]), arrow=true)
@test ql[1][:projection] == "3d"
end