seaborn.
rugplot
(a, height=0.05, axis='x', ax=None, **kwargs)¶Plot datapoints in an array as sticks on an axis.
Parameters: | a : vector
height : scalar, optional
axis : {‘x’ | ‘y’}, optional
ax : matplotlib axes, optional
kwargs : key, value pairings
|
---|---|
Returns: | ax : matplotlib axes
|