r1 property

r1 property

The x-axis radius for the ellipse (i.e., r1).

Definition:

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

See Also