Este ficheiro vem da wiki na wiki Wikimedia Commons e pode ser usado por outros projetos.
A descrição na página original de descrição do ficheiro é mostrada abaixo.
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.
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.
Previous version had been created with Matplotlib (37888 bytes) now 10.81% of previous size
Please do not replace the simplified code of this file with a version created with Inkscape or any other graphical vector graphics editor
Source code
# Set 1300×975 SVG output and filename# The font size (fsize) sets the size for the circles, too.setsamples400setterminalsvgenhancedsize1300975fname"Times"fsize36setoutput"sinc function (normalized).svg"# Set y axis limits so the plot doesn't go right to the edges of the graph setyrange[-0.3:1.1]setxrange[-6:6]setlmargin5setbmargin-5# No legend neededsetnokey# Add lightly-colored axis linessetyzeroaxissetxzeroaxis# Put a y-axis tic at every 0.2setytics0.2setmytics4# Format tics as digit with one decimal placesetformaty"%2.1f"# Put an x-axis tic at every integersetxtics1setformatx"%2.0f"setmxtics5# Plot as linesplotsin(pi*x)/(pi*x)withlines# Close the file (so I don't have to close gnuplot to view it)setoutput
Licenciamento
Omegatron, titular dos direitos de autor desta obra, publica-a com as seguintes licenças:
partilhar – copiar, distribuir e transmitir a obra
recombinar – criar obras derivadas
De acordo com as seguintes condições:
atribuição – Tem de fazer a devida atribuição da autoria, fornecer uma hiperligação para a licença e indicar se foram feitas alterações. Pode fazê-lo de qualquer forma razoável, mas não de forma a sugerir que o licenciador o apoia ou subscreve o seu uso da obra.
partilha nos termos da mesma licença – Se remisturar, transformar ou ampliar o conteúdo, tem de distribuir as suas contribuições com a mesma licença ou uma licença compatível com a original.
É concedida permissão para copiar, distribuir e/ou modificar este documento nos termos da Licença de Documentação Livre GNU, versão 1.2 ou qualquer versão posterior publicada pela Free Software Foundation; sem Secções Invariantes, sem textos de Capa e sem textos de Contra-Capa. É incluída uma cópia da licença na secção intitulada GNU Free Documentation License.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue
Pode escolher a licença que quiser.
Legendas
Adicione uma explicação de uma linha do que este ficheiro representa