Skip to content

Commit

Permalink
add test for 3D heatmap
Browse files Browse the repository at this point in the history
  • Loading branch information
ffreyer committed Jul 14, 2023
1 parent f384f21 commit 76328e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ReferenceTests/src/tests/examples3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -583,3 +583,8 @@ end
end
fig
end

# TODO: get 3D images working in CairoMakie and test them here too
@reference_test "Heatmap 3D" begin
heatmap(-2..2, -1..1, rand(100, 100); axis = (; type = LScene))
end

0 comments on commit 76328e3

Please sign in to comment.