I have a figure obtained from ParametricPlot, which is relatively costly to obtain.
For example:
I would like to offset the picture in terms of a parameter, for example x1, so that the figure is drawn at (x1, 0) instead of at (0, 0). In other words, I would like to apply a transformation consisting of a slide over the X axis.
I have tried with Translate and GeometricTransformation but it does not seem to work on plot outputs.
Is this possible?


ParametricPlotis not an option, it is too much time consuming. – Guillermo Oliver Mar 26 '18 at 13:55