File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,15 @@ direction. A list of four elements are interpreted as
18
18
``({\rm Re}_ {\rm min}, {\rm Re}_ {\rm max}, {\rm Im}_ {\rm min},
19
19
{\rm Im}_ {\rm max})``.
20
20
21
- Finally all plots have a keyword argument ` pixels ` by which one can
22
- specify the number of samples in respectively the real and imaginary
23
- direction. If only one number is provided it is used for both.
21
+ All plots have a keyword argument ` pixels ` by which one can specify the
22
+ number of samples in respectively the real and imaginary direction. If
23
+ only one number is provided it is used for both.
24
+
25
+ Finally, any remaining keywords are passed to Makie. This, together with
26
+ the modifying variants (` domaincolor! ` , ` checkerplot! ` , etc.), makes the
27
+ plotting routines in this library behave similarly to other Makie plot
28
+ types. For more information we refer to [ their
29
+ documenation] ( https://docs.makie.org/ ) .
24
30
25
31
The remainder of this page gives a quick overview of the main plotting
26
32
functions of ` DomainColoring.jl ` .
You can’t perform that action at this time.
0 commit comments