Skip to content

Commit c38ad45

Browse files
2 parents dd1eda6 + e31230e commit c38ad45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/tools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def get_plots(stat_df,
151151
label='Confidence interval of 68% ' + alg)
152152
plt.title(title)
153153
plt.xlabel('Reference string length')
154-
plt.ylabel('Time, seconds')
154+
plt.ylabel('Time, seconds ')
155155
plt.legend()
156156
plt.grid()
157157
plt.show()

0 commit comments

Comments
 (0)