mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 21:12:35 +08:00
DEFAULT_CONFIG -> CONFIG
This commit is contained in:
@ -10,7 +10,7 @@ def complex_string(complex_num):
|
||||
return filter(lambda c : c not in "()", str(complex_num))
|
||||
|
||||
class ComplexPlane(NumberPlane):
|
||||
DEFAULT_CONFIG = {
|
||||
CONFIG = {
|
||||
"color" : GREEN,
|
||||
"unit_to_spatial_width" : 1,
|
||||
"line_frequency" : 1,
|
||||
|
Reference in New Issue
Block a user