is_logarithmic属性
is_logarithmic属性
表示值轴刻度类型是否为对数。
定义:
@property
def is_logarithmic(self):
...
@is_logarithmic.setter
def is_logarithmic(self, value):
...
表示值轴刻度类型是否为对数。
@property
def is_logarithmic(self):
...
@is_logarithmic.setter
def is_logarithmic(self, value):
...