|
Image:Logarithmic spiral.svg
|
Summary
Made with matplotlib:
#!/usr/bin/env python
from pylab import *
rc('grid', color='#aaaaaa', linewidth = 1, linestyle = '-')
rc('xtick', labelsize=0)
figure(figsize = (10, 10))
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')
Licensing
 |
I, the copyright holder of this work, hereby grant the permission 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. |
File historyClick on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment |
| current | 01:58, 29 June 2008 |  | 720×720 (130 KB) | Pbroks13 (Talk | contribs) | |
| 02:10, 5 May 2007 |  | 720×720 (152 KB) | Morn (Talk | contribs) | |
File links
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):
|