I am attempting to build a graph in Python. However, I am trying to do this over a period of 250 days, and am trying to use a while command to iterate up to t<250.
However, this is not working for some reason. Additionally, while I have imported matplotlib, I am not overly familiar with how to plot the graph (which would not have data anyway if the code is not iterating), but want to space out the days and price on the x and y-axis so it displays correctly and numbers are not bunched together, etc.
I am still trying to solve this, but would be very grateful for any additional input.
