__init__.py 文件源码

python
阅读 23 收藏 0 点赞 0 评论 0

项目:physt 作者: janpipek 项目源码 文件源码
def iris_h1(x="sepal_length"):
        """One-dimensional histogram of classical iris data.

        Parameters
        ----------
        x : str
            Name of the property to be histogrammed
            (sepal_length, sepal_width, petal_length, petal_width)
        """
        iris = load_dataset("iris")
        return h1(iris[x], "human", 20, name="iris")
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号