File:Sinc function (normalized).svg

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

原始文件(SVG文件,尺寸为908 × 623像素,文件大小:4 KB)


摘要

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

Mathworld's version.

The original was generated by gnuplot, while the more recent one was generated with matplotlib.

File size was reduced by efficient coding of the axis drawing and labeling and by a reworking of the graph's path. The resulting path is smoother even though fewer points are used in its determination.
W3C grn 
SVG的源代码为有效代码.
Notepad icon wide 
Previous version had been created with Matplotlib (37888 bytes)     now 10.81% of previous size
Stop hand octagon 
Please do not replace the simplified code of this file with a version created with Inkscape or any other vector graphics editor

Omegatron's instructions:
See Wikipedia graph-making tips.

W3C grn 
SVG的源代码为有效代码.
Gnuplot val 
矢量图使用Gnuplot创作.
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.
日期 2006年5月22日 (上传日期)
来源 自己的作品
作者 Omegatron
其他版本
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 (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

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
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”。
您可以选择您需要的许可协议。

说明

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

此文件中描述的项目

描繪內容

文件历史

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

日期/时间缩⁠略⁠图大小用户备注
当前2012年4月6日 (五) 09:422012年4月6日 (五) 09:42版本的缩略图908 × 623(4 KB)Aflafla1Compressed Version - Sinc path computed, rest hand coded
2010年12月4日 (六) 01:202010年12月4日 (六) 01:20版本的缩略图454 × 311(37 KB)Krishnavedala(corrected SVG code and beautified)
2006年6月3日 (六) 17:362006年6月3日 (六) 17:36版本的缩略图1,300 × 975(23 KB)Omegatroni think we can squeeze in all the integers
2006年6月3日 (六) 17:322006年6月3日 (六) 17:32版本的缩略图1,300 × 975(19 KB)Omegatronthicker lines, tweaks
2006年5月22日 (一) 03:032006年5月22日 (一) 03:03版本的缩略图1,000 × 750(14 KB)Omegatron

以下3个页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

元数据