Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jkrumbiegel/52a90ff54149617ff7eb2431433d9e80 to your computer and use it in GitHub Desktop.
Save jkrumbiegel/52a90ff54149617ff7eb2431433d9e80 to your computer and use it in GitHub Desktop.
dodged bar scatter markers AoG
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
@jkrumbiegel
Copy link
Author

image

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