I want to create a program which randomly takes a tuple from a list of tuples and plot them as a line plot. if I had a list of tuples dataP = [(1,3), (5,4), (2,2)]
dataP = [(1,3), (5,4), (2,2)]