Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有多个图表。我也有用于形成该图的数据(计数)。有没有一种方法可以从这些图表中检测出最流行的图表。我想从多个图表中得到比其他图表更具趋势或向上的图表。基本上对图表进行排序?
每张图的数据如下: x = [1,2,3,4,5,6,7,8,9,10] y = [2,5,7,9,10,13,16,18, 21,22]