Adjust annotation

This commit is contained in:
YishiMichael 2022-04-12 20:22:13 +08:00
parent 296ab84b46
commit b11ce7ff7c
No known key found for this signature in database
GPG key ID: EC615C0C5A86BC80

View file

@ -645,7 +645,7 @@ class Mobject(object):
def scale(
self,
scale_factor: float | Sequence[float],
scale_factor: float | npt.ArrayLike,
min_scale_factor: float = 1e-8,
about_point: np.ndarray | None = None,
about_edge: np.ndarray = ORIGIN