@@ -34,6 +34,8 @@ To return to the home page, click the Home button at the top left of the page.
# Plotter
**Note: This page has been disabled.** The original idea was to have data be livestreamed from the cydaq and plotted directly as it was received, but we ran out of time. This current edition can input a CSV file and plot it live, which still has some functionality if you were to want to see what your sample output looked like. You have to re-enable it in the code in the `mode_selector.py` by uncommenting the live plotter code block.
This page can be used to plot sample data on a graph. You can plot it instantly or have a delay to have a live plotting effect (this will be used in live streaming plotting data in a later feature).
First, you entire a file name by either clicking the button or typing in a file path. Then, you can choose between a scatter plot or a line plot. Next, you can choose the graphing speed delay by using the slider, setting it to 0 for zero delay (as fast as python can plot the data) or up to 100ms between plotting per delay. Then you can start the plotting with the "Start" button, and if you're "streaming" it, you can pause/unpause the graph with the pause button. At any time, you can clear the graph and plot another file.
...
...
@@ -45,4 +47,6 @@ First, you entire a file name by either clicking the button or typing in a file
You can click the "Home" button in the top left to return to the mode selector page. This will remove the graph window, but it will save the graph that you currently have on it.