Scoped out WhiteComplexExponentialExpression of fourier

This commit is contained in:
Grant Sanderson
2018-01-22 21:58:26 -08:00
parent 4f356d7e8f
commit 9b400c322e
3 changed files with 295 additions and 44 deletions

View File

@ -166,11 +166,11 @@ def complex_string(complex_num):
class ComplexPlane(NumberPlane):
CONFIG = {
"color" : BLUE,
"unit_size" : 1,
"line_frequency" : 1,
"color" : BLUE,
"unit_size" : 1,
"line_frequency" : 1,
"faded_line_frequency" : 0.5,
"number_scale_factor" : 0.5,
"number_scale_factor" : 0.5,
}
def __init__(self, **kwargs):
digest_config(self, kwargs)