count 属性

count 属性

获取或设置轴bin的count

定义:

@property
def count(self):
    ...
@count.setter
def count(self, value):
    ...

也可以看看