mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
Refactor generate_logo
This commit is contained in:
@ -29,10 +29,10 @@ class FunctionGraph(Mobject1D):
|
||||
|
||||
class ParametricFunction(Mobject):
|
||||
DEFAULT_CONFIG = {
|
||||
"color" : WHITE,
|
||||
"dim" : 1,
|
||||
"color" : WHITE,
|
||||
"dim" : 1,
|
||||
"expected_measure" : 10.0,
|
||||
"density" : None
|
||||
"density" : None
|
||||
}
|
||||
def __init__(self, function, **kwargs):
|
||||
self.function = function
|
||||
|
Reference in New Issue
Block a user