-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Can we do this less verbosely?
let n = 50, wide = StructArray(id=1:n, x=rand(n), y1=rand(n), y2=rand(n))
fig = Figure()
ax = Axis(fig[1,1])
colors = Makie.wong_colors()
scatter!(ax, FPlot(wide, (@o _.x), (@o _.y1)); color=colors[1])
scatter!(ax, FPlot(wide, (@o _.x), (@o _.y2)); color=colors[2])
fig
endReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
