Skip to content
Snippets Groups Projects
Commit 2b8ed49f authored by Alexandros Asonitis's avatar Alexandros Asonitis
Browse files

bug fic

parent bb181d12
No related branches found
No related tags found
No related merge requests found
...@@ -182,7 +182,7 @@ def replot_results(replot_dict,df,points,title): ...@@ -182,7 +182,7 @@ def replot_results(replot_dict,df,points,title):
if replot_dict['y_scale'].value=='linear': if replot_dict['y_scale'].value=='linear':
y = np.array_split(df[y_col],points) y = np.array_split(df[y_col],points)
else: else:
y = np.array_split(y[x_col].abs(),points) y = np.array_split(df[x_col].abs(),points)
ax.set_yscale('log') ax.set_yscale('log')
# check auto limits # check auto limits
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment