finish up correcting last typos left in project

This commit is contained in:
Xevion
2020-03-08 22:25:23 -05:00
parent 10d2be14da
commit eaf046a78f
4 changed files with 11 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ def process_data(data):
n = len(scores.values())
ind = np.arange(n)
width = 0.55
# Resizer figuresize to be 2.0 wider
# Resize figuresize to be 2.0 wider
plt.figure(figsize=(10.0, 6.0))
# Stacked Bars
p1 = plt.bar(ind, explicit, width)