Open theaiuel opened 4 years ago
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.
plot()
logy=True
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)