(whitespace)

This commit is contained in:
Grant Sanderson
2022-04-27 09:51:43 -07:00
parent b920e7be7b
commit 2dcc989bb4

View File

@ -75,6 +75,7 @@ class ParametricCurve(VMobject):
if hasattr(self, "x_range"):
return self.x_range
class FunctionGraph(ParametricCurve):
CONFIG = {
"color": YELLOW,