If you want to plot data stored in a file, you will have to use Python code to read the file ... import matplotlib.pyplot as plt X, Y = [], [] for line in ...
確定! 回上一頁