how do I create a program that takes random tuples from a list of tuples and generates a basic plot in python?

前端 未结 0 1089
执笔经年
执笔经年 2020-12-10 16:00

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)]

相关标签:
回答
  • 消灭零回复
提交回复
热议问题