File:Sinc function (both).svg

页面内容不支持其他语言。
這個文件來自維基共享資源
维基百科,自由的百科全书

原始文件(SVG文件,尺寸为1,300 × 975像素,文件大小:42 KB)


摘要

描述
English: Graph of both the normalized (sin(πx)/(πx)) and unnormalized (sin(x)/x) definitions of the sinc function.

These are on the same scale. The second axis is just to clarify that the zero crossings occur on multiples of pi instead of integers.

Mathworld's version

Instructions:
See Wikipedia graph-making tips.

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. I also manually reconnected the grid lines that were cut by the legend function, moved the legends down next to the graph, converted their example lines into directional arrow type lines, and put a white box behind the text instead of trying to cut the graph lines like gnuplot does.
日期 2006年6月3日 (上传日期)
来源 自己的作品
作者 Omegatron
其他版本
SVG开发
InfoField
 
SVG的源代码为无效代码,因为发现了12个问题。
 
本W3C无效的矢量图使用Inkscape创作。
 
 此SVG 文件使用了内嵌文本,可以使用任何文本编辑器轻松翻译
gnuplot source
InfoField
click to expand
# 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 (both).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 -10

# 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

# Put an x-axis tic at every integer
set xtics 5
set format x "%2.0f"
set mxtics 5

# Put a second x-axis tic at every multiple of 2*pi

set x2tics 2*pi
set format x2 "%2.0f"
set mx2tics 2
set grid x x2 y
set xtics nomirror

# Format tics as digit with one decimal place
set format y "%2.1f"

# Plot as lines
plot sin(x)/x with lines, sin(pi*x)/(pi*x) with lines
 
# Close the file (so I don't have to close gnuplot to view it)
set output

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
w:zh:知识共享
署名 相同方式共享
本文件采用知识共享署名-相同方式共享3.0 未本地化版本2.5 通用2.0 通用1.0 通用许可协议授权。
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。
GNU head 已授权您依据自由软件基金会发行的无固定段落及封面封底文字(Invariant Sections, Front-Cover Texts, and Back-Cover Texts)的GNU自由文件许可协议1.2版或任意后续版本的条款,复制、传播和/或修改本文件。该协议的副本请见“GNU Free Documentation License”。
您可以选择您需要的许可协议。

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

image/svg+xml

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2020年3月24日 (二) 17:122020年3月24日 (二) 17:12版本的缩略图1,300 × 975(42 KB)AkanoToEItalicized variables
2006年6月3日 (六) 18:082006年6月3日 (六) 18:08版本的缩略图1,300 × 975(42 KB)Omegatron

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

元数据