How to get the inverse of a function

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.

2 Likes