File:Logarithmic spiral (1).svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
Source: Wikipedia, the free encyclopedia.

Original file(SVG file, nominally 582 × 582 pixels, file size: 840 bytes)

Summary

Description

Made with matplotlib:

#!/usr/bin/env python

from pylab import *

rc('grid', color='#aaaaaa', linewidth = 1, linestyle = '-')
rc('xtick', labelsize=0)

figure(figsize = (20, 20))
ax = axes([0.1, 0.1, 0.8, 0.8], polar = True)

t = arange(-4 * pi, 4 * pi, .01)
polar(t, 1.19**t, linewidth = 2)

savefig('logarithmic_spiral.svg')
Source English Wikipedia
Author user:Pbroks13 on en wikipedia

Licensing

GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
This licensing tag was added to this file as part of the GFDL licensing update.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current00:35, 27 June 2019Thumbnail for version as of 00:35, 27 June 2019582 × 582 (840 bytes)JarvisaSimplified SVG source
11:46, 23 August 2009Thumbnail for version as of 11:46, 23 August 2009582 × 582 (56 KB)AnonMoosfurther SVG code cleanup
05:35, 23 August 2009Thumbnail for version as of 05:35, 23 August 2009582 × 582 (128 KB)AnonMoostrying to fix
13:04, 11 October 2008Thumbnail for version as of 13:04, 11 October 2008720 × 720 (130 KB)Filip em{{Information |Description=Made with matplotlib: <pre> #!/usr/bin/env python from pylab import * rc('grid', color='#aaaaaa', linewidth = 1, linestyle = '-') rc('xtick', labelsize=0) figure(figsize = (20, 20)) ax = axes([0.1, 0.1, 0.8, 0.8], polar
No pages on the English Wikipedia use this file (pages on other projects are not listed).

Global file usage

The following other wikis use this file:

Metadata