get_actual_size方法

get_actual_size()

以像素为单位获取图表的实际大小。

返回

数组中的实际大小(宽度和高度)。 [0] 是宽度; [1] 是高度。

def get_actual_size(self):
    ...

也可以看看