From baaaed698432c2ad5bf42f24eec0ff96c3673857 Mon Sep 17 00:00:00 2001 From: fingadumbledore Date: Fri, 30 Dec 2022 09:27:59 +0100 Subject: [PATCH] spielname --- statistic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statistic.py b/statistic.py index bffdf13..f566241 100644 --- a/statistic.py +++ b/statistic.py @@ -22,7 +22,7 @@ def createChart(sessionID,Spielname): colors = ['green','blue','purple','brown','teal'] plt.bar(user, zeit, color=colors) - plt.title('NFSU2', fontsize=14) + plt.title(Spielname, fontsize=14) plt.xlabel('User', fontsize=14) plt.ylabel('Zeit in Sekunden', fontsize=14) plt.grid(False)