FuncAnimation axis update with blit = True

I want to update my axis along with the data in the update Function of FuncAnimation, with blitting True.
I can’t turn blitting off because I am also updating some other subplots inside that update function.

How can I make the axis to move forward?

Can anyone help me in this?

Sorry, you are not getting much help because your question is not clear enough. If you provide an example of what you have tried so far and what isn’t working, it may be easier for people to help you.