Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/rest/plane.txt
blob: 5a28610957820565e555a0ed14aec893d72e1ddb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
.. _plane:
.. _mplane:
.. _plane0:
.. _plane1:
.. _plane2:
.. _plane3:
.. _plane4:
.. _plane5:
.. _plane6:
.. _plane7:
.. _plane8:
.. _plane9:
.. _plane10:

.. index::
   pair: command line option; plane
   pair: command; plane

Plane
=====

**Syntax**:(plane integer)

All fractals displayed by XaoS are functions with a complex parameter. They can
be be displayed in the normal complex plane where the x coordinate is the real
part of the number and the y is imaginary; but they can also be displayed
differently:

mu

    Normal complex plane (default)

1/mu

    Inversion--infinity is at 0 and 0 is at infinity.

1/(mu+0.25)

    Similar to inversion, but moves the center outside the Mandelbrot set, so
    it looks parabolic.

lambda plane, 1/lambda, 1/lambda-1

    Lambda plane and its inversion, and with a different center.

1/(mu-1.40115)

    A very interesting mode for the Mandelbrot set, this makes small things
    large, for easier browsing of the set's details.

The :tutor:`tutorial about planes <plane.xaf>` has some examples.

In the scripting language, the planes are numbered as follows:

0

    mu

1

    1/mu

2

    1/(mu+0.25)

3

    lambda

4

    1/lambda

5

    1/(lambda-1)

6

    1/(mu-1.40115)

**Available as**: command line option, command