isds2020
isds2020 copied to clipboard
Ex. 4.1.6
trafficstars
We are having trouble producing a nice graph. The y-axis looks off. Our code is: weather_1864.obs_value[weather_1864.station == 'AU000005901'].plot(logy=True)
hi @theaiuel ,
in the plot() method you are specifying logy=True.
Try using the method without specifying this parameter.