A graph of the tangent function on the interval (-2π,2π)
Date
21 March 2006 (original upload date)
Source
No machine-readable source provided. Own work assumed (based on copyright claims).
Author
No machine-readable author provided. Ktims assumed (based on copyright claims).
Instructions
Generated with the following gnuplot script, then touched up and reannotated in Inkscape.
set terminal svg size 1600 1300 fname "Times New Roman" fsize 48
set output "tangent.svg"
set nokey
set xtics pi/2
set mxtics 4
set ytics 1
set nogrid
set xzeroaxis
set yzeroaxis
set title "Tangent"
set xrange [-2*pi:2*pi]
set yrange [-1.5:1.5]
plot tan(x) lw 4
Licensing
Public domainPublic domainfalsefalse
I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Captions
Add a one-line explanation of what this file represents