From Wikipedia, the free encyclopedia
 |
This is a file from the Wikimedia Commons. The description on its description page there is shown below. |
|
|
Commons is attempting to create a freely licensed media file repository. You can help.
|
Summary
| Description |
Plot of sine (red) and cosine (green) functions |
| Source |
Self-made using gnuplot and Inkscape |
| Date |
2006-06-94 |
| Author |
Qualc1 |
| Permission |
See below |
Instructions
Generated in gnuplot with the following script:
set terminal svg size 1200 800 fixed enhanced fname 'Times' fsize 36
set output "sine_cosine_plot.svg"
set samples 10000
set xrange [-390:390]
set yrange [-2:2]
set grid
set xzeroaxis linetype -1 linewidth 1.5
set yzeroaxis linetype -1 linewidth 1.5
unset border
set angles degrees
plot sin(x) lw 4, cos(x) lw 4
Licensing
File links
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):