Skip to content

Commit 3334810

Browse files
committed
Add note on Makie integration to docs
1 parent a86ffb8 commit 3334810

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/src/usage/general.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,15 @@ direction. A list of four elements are interpreted as
1818
``({\rm Re}_{\rm min}, {\rm Re}_{\rm max}, {\rm Im}_{\rm min},
1919
{\rm Im}_{\rm max})``.
2020

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/).
2430

2531
The remainder of this page gives a quick overview of the main plotting
2632
functions of `DomainColoring.jl`.

0 commit comments

Comments
 (0)