I am very new to plotly, and the examples just do not help me at all. I have created some equations and such that produce numbers that are under 100. I have the numbers stored in 2 separate arrays that I want to compare on a line graph that maxes out at 100. The examples just show how to produce randoms from this other library I have never used before called numby- so I cannot figure out how to make the connections.
Hi there,
Multiple examples on this page: https://plot.ly/python/line-charts/ such as: https://plot.ly/python/line-charts/#style-line-plots demonstrate how to create a line graph from arrays of data. Hopefully one of those will help you out!