Topic: Transformations

Graph lets me create plot complicated  y = f(x) type functions, thank you.

But once created, how do I plot y = 2f(x),    y = f(3x),  y = f(x-2)   etc   ?

i.e. transformations, a popular topic in education.

May already be in there, but I can't find it!

Re: Transformations

You can create a custom function in the Edit|Custom functions/constants dialog, e.g. g(x)=sin(x). Then you can plot functions like f(x)=2g(x-3).