Origem: Wikipédia, a enciclopédia livre.
[edit] 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
|
[edit] 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
[edit] Licensing
I, the author of this work, hereby publish it under the following licenses:
You may select the license of your choice.
|
Ligações
As seguintes páginas apontam para este ficheiro: