Skip to content
Snippets Groups Projects
Commit 72f1cf7f authored by Valentin Gallier's avatar Valentin Gallier
Browse files

First commit

parent f4c5ddfa
Branches issue13
No related tags found
1 merge request!22Issue13
Pipeline #13819 passed
......@@ -34,7 +34,7 @@ class AccuracyEstimate:
x = df1['Count']
y = df2['Mean']
yerr = df2['Variance']
yerr = np.sqrt(df2['Variance'])
fig = plt.figure()
ax = fig.add_subplot(1, 1, 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment