You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ultra-fast time series plotting for MATLAB and GNU Octave. Plot 100M+ data points with fluid zoom and pan — rendering only ~4,000 points at any zoom level.
See the [`examples/`](examples/) directory for 40+ runnable scripts covering basic plotting, dashboards, sensors, event detection, live mode, and disk-backed storage. A categorized guide is in the [wiki](https://github.com/HanSur94/FastPlot/wiki/Examples).
89
+
See the [`examples/`](examples/) directory for 40+ runnable scripts covering basic plotting, dashboards, sensors, event detection, live mode, and disk-backed storage. A categorized guide is in the [wiki](https://github.com/HanSur94/FastSense/wiki/Examples).
90
90
91
91
## Libraries
92
92
93
93
| Library | Path | Description |
94
94
|---------|------|-------------|
95
-
|FastPlot|`libs/FastPlot/`| Core plotting engine, layouts, toolbar, themes, disk storage |
95
+
|FastSense|`libs/FastSense/`| Core plotting engine, layouts, toolbar, themes, disk storage |
96
96
| SensorThreshold |`libs/SensorThreshold/`| Sensor containers, state channels, threshold rules |
97
97
| EventDetection |`libs/EventDetection/`| Event detection, viewer, live pipeline, notifications |
98
98
| Dashboard |`libs/Dashboard/`| Dashboard engine with widgets and JSON persistence |
99
99
| WebBridge |`libs/WebBridge/`| TCP server for web-based visualization |
100
100
101
101
## Contributing
102
102
103
-
Contributions are welcome! Please open an issue to discuss your idea before submitting a pull request. See the [wiki](https://github.com/HanSur94/FastPlot/wiki) for architecture details and API references.
103
+
Contributions are welcome! Please open an issue to discuss your idea before submitting a pull request. See the [wiki](https://github.com/HanSur94/FastSense/wiki) for architecture details and API references.
104
104
105
105
## Citation
106
106
107
-
If you use FastPlot in your research, please cite it:
107
+
If you use FastSense in your research, please cite it:
108
108
109
109
```bibtex
110
-
@software{fastplot,
110
+
@software{fastsense,
111
111
author = {Suhr, Hannes},
112
-
title = {FastPlot: Ultra-Fast Time Series Plotting for MATLAB and GNU Octave},
113
-
url = {https://github.com/HanSur94/FastPlot},
112
+
title = {FastSense: Ultra-Fast Time Series Plotting for MATLAB and GNU Octave},
0 commit comments