xoa.plot.add_lightshading#
- xoa.plot.add_lightshading(objs, width=7, fraction=0.5, zorder=None, ax=None, add=True, **kwargs)[source]#
Add a light shading effect to objects
- Parameters:
objs (
matplotlib.artist.Artist) – Plotted objects.width (optional) – Width of the gaussian filter in points.
fraction (optional) – Unknown.
zorder (optional) – zorder (else guess from
objs).ax (optional,
matplotlib.axes.Axes)**kwargs – Extra keywords are passed to
matplotlib.colors.LightSourcehttp (Inspired from)