-
foxes.utils.geom2d.InvertedAreaGeometry.add_to_figure(ax, show_boundary=
False, fill_mode='inside_slategray', pars_boundary={}, pars_distance={})[source] Add image to (x,y) figure.
ParametersΒΆ
- ax: matplotlib.pyplot.Axis
The axis object
- show_boundary: bool
Add the boundary line to the image
- fill_mode: str, optional
Fill the area. Options: dist, dist_inside, dist_outside, inside_<color>, outside_<color>
- pars_boundary: dict
Parameters for boundary plotting command
- pars_distance: dict
Parameters for distance plotting command