Created
July 18, 2025 09:30
-
-
Save jkrumbiegel/52a90ff54149617ff7eb2431433d9e80 to your computer and use it in GitHub Desktop.
dodged bar scatter markers AoG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mapping( | |
["X", "X", "X"], | |
[1, 2, 3], | |
dodge = ["A", "B", "C"], | |
color = ["A", "B", "C"], | |
) * visual(BarPlot, direction = :x) + | |
mapping( | |
[0.7, 1.8, 2.2], | |
["X", "X", "X"], | |
dodge_y = ["A", "B", "C"] | |
) * visual(Scatter, marker = :vline, markersize = (15, 120)) |> draw |
Author
jkrumbiegel
commented
Jul 18, 2025

Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment