-
foxes_opt.problems.layout.geom_layouts.GeomRegGrid.get_fig(xy=
None
, valid=None
, ax=None
, title=None
, true_circle=True
, **bargs)[source] Return plotly figure axis.
Parameters¶
- xy: numpy.ndarary, optional
The xy coordinate array, shape: (n_points, 2)
- valid: numpy.ndarray, optional
Boolean array of validity, shape: (n_points,)
- ax: pyplot.Axis, optional
The figure axis
- title: str, optional
The figure title
- true_circle: bool
Draw points as circles with diameter self.D
- bars: dict, optional
The boundary plot arguments
Returns¶
- ax: pyplot.Axis
The figure axis