I have very long dataframes with hourly observations for extended and varying time periods. The y-axis values sometimes become unreadable due to overlapping (see example). I tried in vain many options from the pandas timeframe documentation to set freq, or periods etc.
Is it possible to set a fixed number of Y-axis ticks that are evenly distributed over the axis, say 5 or 10, in combination with freq="Y". Or to use decades instead of year?
