I wonder if array shouldn't be reversed In matplotlib example it will be possible to do ``` line.set_ydata(data_y.all) ``` instead of ``` line.set_ydata(data_y.all[::-1]) ```