You can do the whole fit and plot in one fell swoop with Seaborn. import pandas as pd import seaborn as sns data_reduced= pd.read_csv('fake.txt',sep='\s+') ...
確定! 回上一頁