For the mirrored just do plot(y, x) instead of plot(x, y).
So in your case you might want to actually calculate y=f.(x,[(...)]) for some range x=0:dx:1 and use those when plotting.
For the mirrored just do plot(y, x) instead of plot(x, y).
So in your case you might want to actually calculate y=f.(x,[(...)]) for some range x=0:dx:1 and use those when plotting.