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

First commit

parent f4c5ddfa
No related branches found
No related tags found
1 merge request!22Issue13
Pipeline #13819 passed
...@@ -34,7 +34,7 @@ class AccuracyEstimate: ...@@ -34,7 +34,7 @@ class AccuracyEstimate:
x = df1['Count'] x = df1['Count']
y = df2['Mean'] y = df2['Mean']
yerr = df2['Variance'] yerr = np.sqrt(df2['Variance'])
fig = plt.figure() fig = plt.figure()
ax = fig.add_subplot(1, 1, 1) 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