spiketools.plts.style.drop_spines

spiketools.plts.style.drop_spines(sides, ax=None)[source]

Drop spines from a plot axis.

Parameters:
sides{‘left’, ‘right’, ‘top’, ‘bottom’} or list

Side(s) to drop spines from.

axAxes, optional

Axis object to update. If not provided, takes the current axis.