uos_activpal.gui.raw_viewer.UIFilePlot

class uos_activpal.gui.raw_viewer.UIFilePlot(parent=None, file_path=None, center=None, width=None)[source]

A QWidget which displays activPAL raw data (x, y, z and rss).

__init__(parent=None, file_path=None, center=None, width=None)[source]

Create a UIFilePlot widget.

Methods

__init__([parent, file_path, center, width]) Create a UIFilePlot widget.
basic_pan([move_factor]) Pan the plot (horizontally).
basic_zoom([scale_factor, xhold]) Zoom in on the plot (horizontally).
clear_plot() Clear lines from the plot.
load_data([file_path]) Load the given data file.
new_plot([center, width]) Create a fresh plot from the loaded file.