Examples¶
For: developers. Each example demonstrates live what the matching Developer Guide section explains — the guide is the narrative, these are the working code.
Live interactive demos. Each opens a standalone page rendered in the browser.
Start here¶
- Your first wafer map — minimal two-call example, no CSV · Guide §2
- Loading CSV data — parse and map real columnar data · Guide §3
- Geometry inference — omit die size and let the library infer it · Guide §4
- Partial data — anchoring the wafer centre for partial coverage, and why sparse data doesn't need it · Guide §4
- Bins and yield — named hard bins, pass/fail colours, yield label · Guide §5
- Metadata / layout mode — generic categorical colouring from
die.metadata, coexists with test/bin data · Guide §21 - Test values — parametric measurements, spec limits, colorbar · Guide §6
- Retests — multi-touch probe sequences and retest policy · Guide §7
Interaction and control¶
- Display control — rotation, flip, plot mode, colour scheme · Guide §8
- Theming — theme the chrome and canvas with
--wmap-*custom properties (light, dark, Nord, Solarized, brand green) · Guide §8 - Interaction API — hover, click, box-select, controller methods · Guide §9
- Lot gallery — card grid of multiple wafers with shared controls · Guide §12
- Web Worker — off-main-thread build for large datasets · Guide §17
- Custom colour schemes — register your own bin/value palette · Guide §18
Analysis and layout¶
- Statistical findings — ring, quadrant, cluster, edge-arc analysis · Guide §10
- Summary panel — persistent metadata and stats sidebar · Guide §11
- Lot-level findings — cross-wafer trend detection · Guide §13
- Lot-stack spatial analysis — mean/median/stddev maps across a lot · Guide §19
- Reticle overlays — photolithography field grid and reticle-position findings · Guide §15
- Real wafer data (WM-811K) — open dataset with 811 000 wafer records · Guide §10
- Mixed patterns (MixedWM38) — classified failure pattern dataset · Pattern Detection
Compatibility and advanced¶
- Rendering pipeline — low-level buildView / toCanvas pipeline · Guide §20
- wafermap vs Plotly.js — side-by-side render timings and feature comparison · Performance
Showcase — all features in one page, good for a quick overview once you know the basics.