Encyclopedia > Image:Logarithmic spiral.png

  Article Content

Image:Logarithmic spiral.png

This graph of a logarithmic spiral was produced using the gnuplot program with input
# Output to png file:
set terminal png small color; set output "logarithmic_spiral.png"

# Same scale for both axes, half-size output:
set size ratio -1 0.5, 0.5

# Axes in the center, no tick marks:
set zeroaxis; set noxtics; set noytics; set noborder

# set title "Logarithmic spiral (pitch 10 degrees)"

# More sample points to produce smoother picture:
set samples 170

set polar;
plot [-4*pi:4*pi] [-8:10] [-8:6] 1.19**t notitle


I've removed the title, and used an image caption instead - Egil 07:03 May 5, 2003 (UTC)

Image links

There are no pages that link to this image.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Photosynthesis

... bacteria, many of which do not release oxygen. One significant group of such organism are bacteria which use hydrogen sulfide instead of water in their photosynthetic ...

 
 
 
This page was created in 41.3 ms