mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
Renamed SPACE_WIDTH and SPACE_HEIGHT to SPACE_X_RADIUS and SPACE_Y_RADIUS to be less confusing
This commit is contained in:
@ -27,8 +27,8 @@ class ParametricFunction(VMobject):
|
||||
class FunctionGraph(ParametricFunction):
|
||||
CONFIG = {
|
||||
"color" : YELLOW,
|
||||
"x_min" : -SPACE_WIDTH,
|
||||
"x_max" : SPACE_WIDTH,
|
||||
"x_min" : -SPACE_X_RADIUS,
|
||||
"x_max" : SPACE_X_RADIUS,
|
||||
}
|
||||
def __init__(self, function, **kwargs):
|
||||
digest_config(self, kwargs)
|
||||
|
Reference in New Issue
Block a user