1. Module[{sin}, sin = Plot[Sin@x, {x, 0, 2 Pi}];
    2. Show[{sin, Graphics[
    3. {Dashed, InfiniteLine[{{0, 0}, {1, 1}}]}],
    4. sin /.
    5. line_Line :>
    6. GeometricTransformation[line, ReflectionTransform[{-1, 1}]]
    7. }, AspectRatio -> 1, PlotRange -> All]]

    image.png