xoa.plot.add_glow

xoa.plot.add_glow(objs, width=3, zorder=None, color='w', ax=None, alpha=1.0, add=True)[source]

Add a glow effect to text

Parameters:
  • objs (matplotlib.artist.Artist) – Plotted objects.

  • width (optional) – Width of the gaussian filter in points.

  • color (optional) – Color of the shadow.

  • zorder (optional) – zorder (else guess from objs).

  • ax (optional, matplotlib.axes.Axes) –

  • http (Inspired from) –