Data visualization

Panel Types

Wuji Studio provides the following visualization panels:

Panel typeDescription
3D ViewRenders hand skeleton, fingertip poses, and more in 3D space (see 3D Hand Visualization)
PlotDisplays numerical data as time-series line charts
Tactile MatrixVisualizes tactile sensor data as a color-coded matrix heatmap
Raw MessagesDisplays Topic raw message content in JSON format with two-frame diff comparison
TabGroups multiple panels into tabs to save screen space

Plot

Displays numerical data as time-series line charts.

Plot

Tactile Matrix

Visualizes tactile sensor data as a color-coded matrix heatmap.

Tactile Matrix

Switch colormaps from the Color Map dropdown in the Sidebar's Panel section. The default is Viridis (perceptually uniform), and Safety (Okabe-Ito) is the accessibility-friendly option.

SettingDescription
Min Value / Max Value0.0 ~ 1.0 (normalized)
Invalid data points (value -1) are automatically skipped during rendering.
Zoom / Flip Horizontal / Flip VerticalSupports horizontal/vertical flip and zoom
Show ValueDisplay numerical value in each cell

The tactile sensor matrix is 24 × 31, divided into 6 zones:

Zone IDRegionMatrix Size
6Palm14 × 22
1Thumb10 × 5
2Index9 × 5
3Middle10 × 6
4Ring9 × 6
5Pinky11 × 5

Starting with firmware v0.11.0, the tactile matrix changes from 24×32 (768 values) to 24×31 (744 values), removing invalid column 26 from the 24×32 layout. The remaining columns keep their relative order: columns 0–25 keep their indices, and columns 27–31 shift left to become columns 26–30.

Tactile matrix layout change: 24×32 (firmware v0.10.1 and earlier) on the left with invalid column 26 highlighted, 24×31 (firmware v0.11.0 and later) on the right

On this page