@@ -65,6 +65,10 @@ complexitty --bindings
65
65
complexitty --bindings
66
66
```
67
67
68
+ #### ` -c ` , ` --colour-map ` , ` --color-map `
69
+
70
+ Set the colour map to use in the plot.
71
+
68
72
#### ` -h ` , ` --help `
69
73
70
74
Prints the help for the ` complexitty ` command.
@@ -76,6 +80,10 @@ complexitty --help
76
80
complexitty --help
77
81
```
78
82
83
+ #### ` -i ` , ` --max-iteration `
84
+
85
+ Set the maximum number of iterations for the plot's calculation.
86
+
79
87
#### ` --license ` , ` --licence `
80
88
81
89
Prints a summary of [ Complexitty's license] ( license.md ) .
@@ -87,6 +95,10 @@ complexitty --license
87
95
complexitty --license
88
96
```
89
97
98
+ #### ` -m ` , ` --multibrot `
99
+
100
+ Set the 'multibrot' parameter for the plot.
101
+
90
102
#### ` -t ` , ` --theme `
91
103
92
104
Sets Complexitty's theme; this overrides and changes any previous theme choice made
@@ -112,6 +124,18 @@ complexitty --version
112
124
complexitty --version
113
125
```
114
126
127
+ #### ` -x ` , ` --x-position `
128
+
129
+ Set the X position of the centre of the plot.
130
+
131
+ #### ` -y ` , ` --y-position `
132
+
133
+ Set the Y position of the centre of the plot.
134
+
135
+ #### ` -z ` , ` --zoom `
136
+
137
+ Set the amount of zoom to use for the plot.
138
+
115
139
## Getting help
116
140
117
141
A great way to get to know Complexitty is to read the help screen. Once in
0 commit comments