abjer / isds2020

Introduction to Social Data Science 2020 - a summer school course abjer.github.io/isds2020
58 stars 92 forks source link

Ex. 4.1.6 #26

Open theaiuel opened 3 years ago

theaiuel commented 3 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)

jsr-p commented 3 years ago

hi @theaiuel , in the plot() method you are specifying logy=True. Try using the method without specifying this parameter.