File:Sinc function (unnormalized).svg
Graph of the unnormalized sinc function sin(x)/x.
[edit] Instructions
See Wikipedia graph-making tips.
Generated in gnuplot with the following script:
# Set 1300×975 SVG output and filename # The font size (fsize) sets the size for the circles, too. set samples 400 set terminal svg enhanced size 1300 975 fname "Times" fsize 36 set output "sinc function (unnormalized).svg" # Set y axis limits so the plot doesn't go right to the edges of the graph set yrange [-0.3:1.1] set xrange [-6*pi:6*pi] set lmargin 5 set bmargin -5 # No legend needed set nokey # Add lightly-colored axis lines set yzeroaxis set xzeroaxis # Put a y-axis tic at every 0.2 set ytics 0.2 set mytics 4 # Format tics as digit with one decimal place set format y "%2.1f" # Put an x-axis tic at every multiple of pi set xtics 2*pi set format x "%2.0f" set mxtics 4 # Plot as lines plot sin(x)/x with lines # Close the file (so I don't have to close gnuplot to view it) set output
Then I opened the resulting SVG file in Inkscape, copy and pasted the Unicode π characters and modified those labels by hand, changed the line colors, brought the plot lines to the top, made all the lines 3 px wide, made the grid lines 2px wide and 50% transparency.
[edit] Licensing
Created by User:Omegatron using gnuplot, possibly with post-processing in the GIMP (PNG) or Inkscape (SVG)
|
(In short, this means that you can copy and modify the image freely as long as you provide attribution; preferably in the form of a link back to this page.)
[edit] External links
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 17:32, 3 June 2006 | 1,300 × 975 (18 KB) | Omegatron (talk | contribs) | thicker lines, tweaks | |
| 03:08, 22 May 2006 | 1,000 × 750 (13 KB) | Omegatron (talk | contribs) | unicode font? | ||
| 03:04, 22 May 2006 | 1,000 × 750 (15 KB) | Omegatron (talk | contribs) |
- Edit this file using an external application (See the setup instructions for more information)
File usage on Commons
The following 4 pages link to this file:
File usage on other wikis
The following other wikis use this file:
- Usage on cs.wikipedia.org
- Usage on en.wikipedia.org