lentil.circle#

lentil.circle(shape, radius, shift=(0, 0), antialias=True)[source]#

Draw a circle

Parameters:
  • shape (array_like) – Size of output in pixels (nrows, ncols)

  • radius (float) – Radius of circle in pixels

  • shift ((2,) array_like, optional) – How far to shift center in float (rows, cols). Default is (0, 0).

  • antialias (bool, optional) – If True (default), the shape edges are antialiased.

Return type:

ndarray