Hi, thank you. That’s actually very helpful and I have bookmarked it. I have also read through it but still unsure how I create a number scale up the y axis.
data = [go.Bar(x=df.School,
y=df.Gap)]
The gap is numbers that go up the side, but these numbers are in the csv file. I’m wondering if there is a way to create numbers in the y axis without pulling the data from a csv file, or do I need to include this in the excel file?
Thanks
Basically I’m a bit unsure how I add numbers. I think I need to rewrite my whole excel sheet. Because I don’t have anything that gives the total values if that makes sense.
When I get home I will post a screenshot.
Thanks