Update Using the CyDAQ User Interface authored by Wyatt Duberstein's avatar Wyatt Duberstein
......@@ -34,7 +34,7 @@ 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.
> **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).
......
......