grapa.curve_inset.Curve_Inset

class grapa.curve_inset.Curve_Inset(*args, **kwargs)

Bases: Curve

The purpose is this class is to provid GUI support to create insets

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

funcListGUI(**kwargs)

Fills in the Curve actions specific to the Curve type. Retuns a list, which elements are instances of FuncGUI, or (old style): ::.

print_help()

Prints help for the Curve subclass, generated from docstrings.

Attributes

CURVE

funcListGUI(**kwargs)

Fills in the Curve actions specific to the Curve type. Retuns a list, which elements are instances of FuncGUI, or (old style):

[func,
 'Button text',
 ['label 1', 'label 2', ...],
 ['value 1', 'value 2', ...],
 {'hiddenvar1': 'value1', ...}, (optional)
 [dictFieldAttributes, {}, ...]] (optional)

By default, returns quick modifs for offset and muloffset (if already set), and a help for some plot types (errorbar, scatter).

Parameters:

kwargs – this function should be called specifying kwargs[‘graph’] the graph self is embedded in, and kwargs[‘graph_i’] as position of self in graph.

print_help()

Prints help for the Curve subclass, generated from docstrings.