Adjust annotation

This commit is contained in:
YishiMichael
2022-04-12 20:21:25 +08:00
parent 93790cde64
commit 296ab84b46

View File

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