Image:Sinc function (normalized).svg
From Wikipedia, the free encyclopedia
No higher resolution available.
Sinc_function_(normalized).svg (1300 × 975 pixel, file size: 23 KB, MIME type: image/svg+xml)
This is a file from the Wikimedia Commons. The description on its description page there is shown below. | |
Graph of the normalized 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 (normalized).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:6] 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 integer set xtics 1 set format x "%2.0f" set mxtics 5 # Plot as lines plot sin(pi*x)/(pi*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, 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] License
Source: Created by User:Omegatron using gnuplot, possibly with post-processing in the GIMP (PNG) or Inkscape (SVG)
[edit] External links
File links
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):