diff --git a/wiki/Architecture.md b/wiki/Architecture.md index b2d7362b..5e179afd 100644 --- a/wiki/Architecture.md +++ b/wiki/Architecture.md @@ -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 ``` diff --git a/wiki/Getting-Started.md b/wiki/Getting-Started.md index fa2ad769..5d7d24e5 100644 --- a/wiki/Getting-Started.md +++ b/wiki/Getting-Started.md @@ -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 diff --git a/wiki/Home.md b/wiki/Home.md index c271cc53..5aaabd21 100644 --- a/wiki/Home.md +++ b/wiki/Home.md @@ -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