| 1 | initial version |
Hope you are enjoying Sage so far.
A good place to check for things is the sage documentation.
For example, here are some examples which might be relevant for you. The following modification might give you a hint about how to proceed.
h(x) = sin(4*x)
plot(h,(-2*pi,2*pi),color='orange')
Output:

Here is another reference which might be useful.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.