plot a graph of a list of tuples
I am currently busy with a project where I need to make a graph out of a list of tuples. Right now the data is like this: [(1, 109.55, 63.375), (1, 109.55, 86.5), (1, 114.404, 87.493), (1, 123.711, 65.692), (1, 126.32, 65.692), (1, 135.627, 87.493), (1, 140.481, 86.5), (1, 140.481, 57.985), (1, 144.277, 57.985), (1, … Read more