func_sketch._impl.curve_config module

func_sketch._impl.curve_config module#

Class of configuration of curves.

class func_sketch._impl.curve_config.CurveConfig(function_expression_str: str, color: RGBColor)#

Bases: object

Class of configuration of curves.

color: RGBColor#

Color of the curve.

function_expression_str: str#

String of function expression.