figure_width property

figure_width property

Figure width, height will be calculated automatically. Default value is 100.

Definition:

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

See Also