Creating graphs for functions with different/multiple x axes

I am trying to show how the graph of a function changes with minor changes to the function. I would like to plot each of the function with changes with a new x-axis. E.g., y= sin(x), y= sin(x -5). I would like a different x-axis for each function plotted in the same graph. How do I do this?

If I’m understanding you correctly, you could just display all those functions but on the back end have a vertical translation. Then make horizontal lines at their respective midpoints.

Like this: sine wave transformations | Desmos

B

You have it right. And a vertical translation is exactly what I did. I was merely wondering if a more elegant solution was available. It just seemed that it would be a common desire to have multiple waveforms displayed on the same graph, but with different axes…