Recipe
The recipe's function signature looks like this:
function f(
HR::HillRegion;
bodiesmarker=:x,
bodiescolor=colorant"#425378",
shapecolor=colorant"#425378",
)Keyword arguments:
bodiesmarker: the marker shape for displaying resting bodiesbodiescolor: the color of the markers for resting bodiesshapecolor: the Hill curves color
Note that this recipe inherits the recipe parameters from the ImplicitEquations.jl package, so those can be changed, too. In particular, the parameters M and N are responsible for the resolution when using the Tupper algorithm. See the source file for details.