Mandelbrot set: Difference between revisions

Content deleted Content added
Christian (talk | contribs)
Line 510: Line 510:
set size square
set size square
splot [-2 : 2] [-2 : 2] mandelbrot (complex (x, y), complex (x, y), 0) notitle</lang>
splot [-2 : 2] [-2 : 2] mandelbrot (complex (x, y), complex (x, y), 0) notitle</lang>
Output:
The output can be found [http://i46.tinypic.com/2ir5aah.png here].

[[File:mandelbrot.png]]


=={{header|Haskell}}==
=={{header|Haskell}}==