grapa.internal.funclistguihelper.FuncListGUIHelper

class grapa.internal.funclistguihelper.FuncListGUIHelper

Bases: object

Not really a class, rather a collection of functions that generate FuncGUI items to provide to the GUI. Related to notably curve typeplot, but not only

__init__()

Methods

offset_muloffset(curve, **_kwargs)

Suggests to the user to modify offset and muloffset keywords if the curve has these attributes.

typeplot(curve, **kwargs)

Suggests to the user possible actions depending on curve typeplot.

static offset_muloffset(curve: Curve, **_kwargs) list

Suggests to the user to modify offset and muloffset keywords if the curve has these attributes.

classmethod typeplot(curve, **kwargs) list

Suggests to the user possible actions depending on curve typeplot.