This commit is contained in:
Gary Glatfelter 2022-10-16 21:38:08 -04:00 committed by Christopher Charbonneau Wells
parent af5aa18b65
commit 46b4454f8b
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ def pumping_amounts(objects):
index_x += 1 index_x += 1
traces = [] traces = []
for i in range(0, len(amounts) - 1): for i in range(0, len(amounts)):
traces.append( traces.append(
go.Bar( go.Bar(
name="Amount", name="Amount",