This app is a for plotting two data files from an IMU; raw data and filtered data. It was originally designed for comparing the raw data and filtered from any inertial measurement unit(IMU)
- Make sure the raw data file and filtered data file is formatted as csv, with headers removed
- To plot the raw data file, click the
...
button next to the raw file entry box. And click onPLOT RAW
- To plot the filtered data file, click the
...
button next to the filtered file entry box and click onPLOT FILTERED
- To clear the entry boxes, click the
CLR
button.
NB: The CLR button does not clear the plot axes and figure at the moment
The following features will be implemented and improved in upcoming releases
- Re-use the same axes for multiple plots
- Turn on/off a plot visibility
- User set the legends
- User set the plot title
- User set the axes labels
- Include Matplotlib Nav Bar