sknrf.app.dataviewer.model.figure module

class sknrf.app.dataviewer.model.figure.AxesType(value)

Bases: Enum

An enumeration.

Rectangular = 0
Polar = 1
Smith = 2
class sknrf.app.dataviewer.model.figure.PlotType(value)

Bases: Enum

An enumeration.

Scatter = 0
Line = 1
Contour = 2
Contourf = 3
class sknrf.app.dataviewer.model.figure.AxisType(value)

Bases: Enum

An enumeration.

Linear = 0
Log = 1
LinearLog = 2
class sknrf.app.dataviewer.model.figure.FormatType(value)

Bases: Enum

An enumeration.

Lin_Mag = 0
dBm = 1
dB = 2
Re = 3
Im = 4
Angle_Deg = 5
Angle_Rad = 6
class sknrf.app.dataviewer.model.figure.PlotModel(type=PlotType.Scatter, transform=Domain.TF, title='', x_str='', x_format=FormatType.Lin_Mag, x_label='', y_str='', y_format=FormatType.Lin_Mag, y_label='', line_enable=False, line_style='-', line_size=2, marker_enable=True, marker_style='.', marker_size=2, meridian=(0, 0), options=None)

Bases: MutableMapping

class sknrf.app.dataviewer.model.figure.AxesModel(type=AxesType.Rectangular, autoscale=False, title='', grid=(True, True), gridspec=(slice(0, 1, None), slice(0, 1, None)), axis=(<AxisType.Linear: 0>, <AxisType.Linear: 0>), indep_axis=-1, color_order=('blue', 'green', 'red', 'violet', 'cyan', 'yellow', 'magenta', 'black'))

Bases: MutableMapping

clear() None.  Remove all items from D.
class sknrf.app.dataviewer.model.figure.FigureModel(title='', gridspec=(1, 1))

Bases: MutableMapping

data(dataset, axes_id, plot_id)