我已经将x数据(来自文本文件)读入list1,将y数据读入list2:
list1 = { 0.0, 0.172, 0.266, ..} list2 = {-5.605, -5.970, -6.505, ..}
如何组合两个列表以绘制点{0.0,-5.605},{0.172,-5.970},{0.266,-6.505},....
wolfram-mathematica
wolfram-mathematica ×1