提交 66afc4b7 编写于 作者: Z ZhanPw

Update 26.md

上级 a6452a85
# seaborn.rugplot
> 译者:[P3n9W31](https://github.com/P3n9W31)
```py
seaborn.rugplot(a, height=0.05, axis='x', ax=None, **kwargs)
```
Plot datapoints in an array as sticks on an axis.
将数组中的数据点绘制为轴上的棒状标识。
参数:`a`vector
参数:`a`向量
> 1D array of observations.
> 1维的观察数组。
`height`scalar, optional
`height`标量, 可选
> Height of ticks as proportion of the axis.
> 以比例形式表示的坐标轴上棒状标识的高度。
`axis`:{‘x’ | ‘y’}, optional
`axis`:{‘x’ | ‘y’}, 可选
> Axis to draw rugplot on.
> 需要画rugplot的坐标轴
`ax`:matplotlib axes, optional
`ax`:matplotlib 轴, 可选
> Axes to draw plot into; otherwise grabs current axes.
> 进行绘制的坐标轴; 未指定的话设定为当前轴。
`kwargs`key, value pairings
`kwargs`键值对
> Other keyword arguments are passed to `LineCollection`.
> 其他关键字参数被传递给`LineCollection`。
返回值:`ax`:matplotlib axes
返回值:`ax`:matplotlib
> The Axes object with the plot on it.
> 在其上进行绘图的Axex对象。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册