Skip to content

Commit

Permalink
tweak test
Browse files Browse the repository at this point in the history
  • Loading branch information
ffreyer committed Jun 18, 2024
1 parent b6abb56 commit aa93ed4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ReferenceTests/src/tests/examples3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -643,8 +643,7 @@ end
wireframe!(p[1][], fxaa = true, color = :cyan)
r = range(-pi, pi, length = 101)
surface!(-pi..pi, -pi..pi, [sin(-x - y) for x in r, y in r], transparency = false)
lines!([0, 0], [-2, 2], color = :red, fxaa = true, linewidth = 5)
scatter!(-2:0.2:2, zeros(21), color = :red)
scatter!(-1.4:0.1:2, 2:-0.1:-1.4, color = :red)
p = heatmap!(-2..2, -2..2, [sin(x+y) for x in r, y in r], colormap = [:purple, :pink])
translate!(p, 0, 0, -0.666)
p = image!(-2..2, -2..2, [cos(x+y) for x in r, y in r], colormap = [:red, :orange])
Expand Down

0 comments on commit aa93ed4

Please sign in to comment.