building a graph
I am trying to do something but can't find a solution.I have 6 columns: A_0, A_1, B_0, B_1, C_0, and C_1. Each column contains multiple values. I want to create a graph with 4 linear lines.All values from A_0 and A_1 should be on the same x-axis.All values from B_0, B_1, C_0, and C_1 should be on the y-axis.Why 4 linear lines?A_0 with B_0 (first line)A_0 with C_0 (second line)A_1 with B_1 (third l...