You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am making a line plot with wide data. The command is
p = data(df_collapsed) * mapping(:mean_age, [:N, :U, :B, :W], color = dims(1) => renamer(["N", "U", "B", "W"])) * visual(Lines)
See how I have to repeat ["N", "U", "B", "W"] twice? I should just have to write dims(1) and have it automatically take the name of the lines from the mapping.
The text was updated successfully, but these errors were encountered:
Problem description
I am making a line plot with wide data. The command is
See how I have to repeat
["N", "U", "B", "W"]
twice? I should just have to writedims(1)
and have it automatically take the name of the lines from themapping
.The text was updated successfully, but these errors were encountered: