问题如下,运行了就一直卡住,有没有什么好的办法
plt.figure()for i in range(800000):plt.scatter(data_list[i],list1[i],c='blue')plt.show()
你这也太大了吧 800000,能不卡住嘛