Image:Logarithmic spiral.svg

From Wikipedia, the free encyclopedia

Logarithmic_spiral.svg (SVG file, nominally 720 × 720 pixels, file size: 152 KB)

[edit] 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')

[edit] Licensing

File history

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

Date/TimeDimensionsUserComment
current02:10, 5 May 2007720×720 (152 KB)Morn (Talk | contribs) (Made with matplotlib: <pre> #!/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)

The following pages on the English Wikipedia link to this file (pages on other projects are not listed):