prose.core.source.TraceSource.plot_circle#

TraceSource.plot_circle(radius, c=[0.51, 0.86, 1.0], ax=None, label=True, fontsize=12, **kwargs)#

Plot a circle centered on source

Parameters:
  • radius (float) – radii of the circle in pixels

  • c (str, optional) – color of the circle, by default color

  • ax (Axe, optional) – pyplot axe in which to plot the circle, by default None

  • label (bool, optional) – whether to display the Source.i index, by default True

  • fontsize (int, optional) – Font size for the source index, by default 12