mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-14 10:13:34 -06:00
finish up correcting last typos left in project
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user