smooth 属性

smooth 属性

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

定义:

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

也可以看看