File:Logarithmic spiral.svg
Original file (SVG file, nominally 510 × 400 pixels, file size: 2 KB)
Captions
Summary
[edit]DescriptionLogarithmic spiral.svg |
English: Logarithmic spiral. Français : Spirale logarithmique. Italiano: Spirale logaritmica. Deutsch: Logarithmische Spirale. |
Date | |
Source |
Own work Made using gnuplot (script below), minor fixes in Inkscape. Reworked using cubic bézier curves. |
Author | Leafnode |
Permission (Reusing this file) |
public domain |
This is a retouched picture, which means that it has been digitally altered from its original version. Modifications: Use cubic bézier curves instead of polygons.
|
Gnuplot script
[edit]# Output to svg file: set terminal svg size 1024 768 set output "logarithmic_spiral.svg" # Same scale for both axes, half-size output: set size ratio -1 0.5, 0.5 # More sample points to produce smoother picture: set samples 480 # Axes in the center, no tick marks: set zeroaxis unset xtics unset ytics unset border set polar plot [-4*pi:4*pi] [-8:10] [-8:6] 1.19**t notitle
Licensing
[edit]Public domainPublic domainfalsefalse |
I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 12:15, 21 August 2010 | 510 × 400 (2 KB) | Georg-Johann (talk | contribs) | Use smooth curve with cubic béziers instead of polylines | |
05:47, 23 August 2009 | 510 × 398 (8 KB) | AnonMoos (talk | contribs) | removing non-functional code, cropping margins | ||
09:16, 5 May 2008 | 600 × 480 (11 KB) | Leafnode (talk | contribs) | |||
09:13, 5 May 2008 | 600 × 480 (9 KB) | Leafnode (talk | contribs) | {{Information |Description=Logarithmic spiral |Source=własna praca |Date=5.05.2008 |Author= Leafnode |Permission=public domain |other_versions= }} Category:Gnuplot diagrams Category:Logarithmic spiral |
You cannot overwrite this file.
File usage on Commons
The following 4 pages use this file:
File usage on other wikis
The following other wikis use this file:
- Usage on ca.wikipedia.org
- Usage on de.wikipedia.org
- Usage on en.wikipedia.org
- Usage on en.wiktionary.org
- Usage on es.wikipedia.org
- Usage on fr.wikipedia.org
- Usage on fr.wikibooks.org
- Usage on id.wikipedia.org
- Usage on it.wikipedia.org
- Usage on it.wikibooks.org
- Usage on ja.wikipedia.org
- Usage on pl.wikipedia.org
- Usage on ru.wiktionary.org
- Usage on simple.wikipedia.org
- Usage on sl.wikipedia.org
- Usage on sr.wikipedia.org
- Usage on tr.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Short title | Logarithmic Spiral |
---|---|
Image title |
Four Tours of the Logarithmic Spiral x(t) = cos(t)*pow(1.19,t)*27.655 y(t) = sin(t)*pow(1.19,t)*27.655 t = -4*pi ... 4*pi |