mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 11:03:03 +08:00
Specify type in bind_to_graph
This commit is contained in:
@ -239,7 +239,7 @@ class CoordinateSystem(ABC):
|
||||
def bind_graph_to_func(
|
||||
self,
|
||||
graph: VMobject,
|
||||
func: Callable[[Vect3], Vect3],
|
||||
func: Callable[[VectN], VectN],
|
||||
jagged: bool = False,
|
||||
get_discontinuities: Optional[Callable[[], Vect3]] = None
|
||||
) -> VMobject:
|
||||
|
Reference in New Issue
Block a user