Why Does This Result In a Blank Graph?
This is a version of the code I am trying to run. I have initialized what I need to and need to plot an equation as an array (t is in kelvin, t1 is in degrees celsius). When I run my code, I get a graph with nothing plotted on it. Ironically, the bounds of the graph are consistent with the bounds of t1 and h1 and t1 and h1 are not empty arrays. I believe the values are being taken as a list rather than an integer array. How can I fix this and where is this error coming from?