mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Specify type in bind_to_graph
This commit is contained in:
parent
6d0b586597
commit
392019fc6e
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ class CoordinateSystem(ABC):
|
||||||
def bind_graph_to_func(
|
def bind_graph_to_func(
|
||||||
self,
|
self,
|
||||||
graph: VMobject,
|
graph: VMobject,
|
||||||
func: Callable[[Vect3], Vect3],
|
func: Callable[[VectN], VectN],
|
||||||
jagged: bool = False,
|
jagged: bool = False,
|
||||||
get_discontinuities: Optional[Callable[[], Vect3]] = None
|
get_discontinuities: Optional[Callable[[], Vect3]] = None
|
||||||
) -> VMobject:
|
) -> VMobject:
|
||||||
|
|
Loading…
Add table
Reference in a new issue