prose.core.source.TraceSource.plot_ellipse#

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

Plot an ellipse centered on source, with semi-major/minor length defined by the source itself

Parameters:
  • n (float) – offset added to the major and minor axis (major axis of the plotted ellipse will be Source.a + n)

  • 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