isds2020 icon indicating copy to clipboard operation
isds2020 copied to clipboard

Ex. 4.1.6

Open theaiuel opened this issue 5 years ago • 1 comments
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)

theaiuel avatar Aug 11 '20 14:08 theaiuel

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

jsr-p avatar Aug 11 '20 15:08 jsr-p