RMSD graph plot using python

Hello

Does anyone know how to make rmsd graphs side by side and one below another over several pages in python? I used a gromacs tutorial to plot the xvg graphs using matplotlib but I could not make the grid.
Thank you.

Use plt.subplots().

That’s actually a great question to ask an LLM, Claude will give you working code tailored to your problem ;)

Thank you so much. I did try with plt.subplot() but the axis of both graph mix up. I will try to use Claude. Thank you.