Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wiki/Architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ FastPlot/
│ └── WebBridge/ # TCP server for web visualization
│ ├── WebBridge.m
│ └── WebBridgeProtocol.m
├── examples/ # 40+ runnable examples
├── examples/ # 70+ runnable examples
└── tests/ # 30+ test suites
```

Expand Down
2 changes: 1 addition & 1 deletion wiki/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,4 @@ FastSense.distFig('Rows', 2, 'Cols', 3);
- [[Live Mode Guide]] — live data polling
- [[Datetime Guide]] — datetime axes
- [[Dashboard Engine Guide]] — DashboardEngine + DashboardBuilder
- [[Examples]] — 40+ runnable examples
- [[Examples]] — 70+ runnable examples
2 changes: 1 addition & 1 deletion wiki/Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ Start with the [[Installation]] guide to set up FastPlot and compile MEX for you
- [[Live Mode Guide]] — file polling, view modes, and live dashboards
- [[Datetime Guide]] — working with absolute time axes
- [[Dashboard Engine Guide]] — building and customising widget‑based dashboards
- [[Examples]] — 40+ runnable examples covering all library features
- [[Examples]] — 70+ runnable examples covering all library features