smooth属性

smooth属性

表示曲线平滑。 如果折线图或散点图的曲线平滑功能已打开,则为 True。 仅适用于线图和由线连接的散点图。

定义:

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

也可以看看