mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 14:03:59 +08:00
Formatting correction
This commit is contained in:
@ -8,7 +8,7 @@ class ParametricFunction(VMobject):
|
|||||||
CONFIG = {
|
CONFIG = {
|
||||||
"t_min": 0,
|
"t_min": 0,
|
||||||
"t_max": 1,
|
"t_max": 1,
|
||||||
"step_size": 0.01, # use "auto" (lwoercase) for automatic step size
|
"step_size": 0.01, # Use "auto" (lowercase) for automatic step size
|
||||||
"dt": 1e-8,
|
"dt": 1e-8,
|
||||||
# TODO, be smarter about figuring these out?
|
# TODO, be smarter about figuring these out?
|
||||||
"discontinuities": [],
|
"discontinuities": [],
|
||||||
|
Reference in New Issue
Block a user