mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-19 18:55:02 +00:00
spielname
This commit is contained in:
parent
7c69494647
commit
baaaed6984
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user