Skip to content

Commit

Permalink
Emend test to include rich text in rticks of PolarAxis
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaswickman authored Feb 8, 2024
1 parent 7dacc96 commit b4b0354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ReferenceTests/src/tests/figures_and_makielayout.jl
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ end
thetaticklabelsize = 18, thetaticklabelcolor = :blue,
thetaticklabelstrokewidth = 1, thetaticklabelstrokecolor = :white,
thetaticks = ([0, π/2, π, 3π/2], ["A", "B", "C", rich("D", color = :orange)]), # https://github.com/MakieOrg/Makie.jl/issues/3583
rticks = ([0.0, 2.5, 5.0, 7.5, 10.0], ["0.0", "2.5", "5.0", "7.5", rich("10.0", color = :orange)])
)
f
end
Expand Down

0 comments on commit b4b0354

Please sign in to comment.