Skip to content
Snippets Groups Projects
Commit f4b2d815 authored by maeries's avatar maeries
Browse files

typo

parent f0dddbe8
No related branches found
No related tags found
No related merge requests found
Pipeline #278426 passed
......@@ -564,7 +564,7 @@ class EloSystem:
ax.add_patch(rect)
plt.xlabel('Elo Gain')
plt.title('ELo Gain per Team')
plt.title('Elo Gain per Team')
# Save the chart
plt.savefig(os.path.join(self.output_directory, 'images', competition_id + '_results.' + self.IMAGE_FORMAT), dpi=100)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment