seaborn.
rugplot
(a, height=0.05, axis='x', ax=None, **kwargs)¶Plot datapoints in an array as sticks on an axis.
1D array of observations.
Height of ticks as proportion of the axis.
Axis to draw rugplot on.
Axes to draw plot into; otherwise grabs current axes.
Other keyword arguments are passed to LineCollection
.
The Axes object with the plot on it.