Skip to content

Commit

Permalink
linestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel committed Oct 21, 2024
1 parent eb9a727 commit ce316e8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/reference_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,12 @@ reftest("legend element overrides") do
end

reftest("stairs") do
spec = mapping(1:10, [1, 4, 3, 7, 5, 3, 2, 4, 3, 7], color = repeat(["A", "B"], inner = 5)) *
spec = mapping(
1:10,
[1, 4, 3, 7, 5, 3, 2, 4, 3, 7],
color = repeat(["A", "B"], inner = 5),
linestyle = repeat(["A", "B"], inner = 5),
) *
visual(Stairs)
draw(spec)
end

0 comments on commit ce316e8

Please sign in to comment.