Sex

Go to The Main Page Add Sex to favorite!

Image:Logarithmic spiral.svg 

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

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

File history

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

Date/TimeThumbnailDimensionsUserComment
current01:58, 29 June 2008Thumbnail for version as of 01:58, 29 June 2008720×720 (130 KB)Pbroks13 (Talk | contribs) (Removed outer white fill)
02:10, 5 May 2007Thumbnail for version as of 02: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):
Could not update stat
UP