Click HereHoloLens version now available!
The MiaBella 3D Scatter Plot & Regression imports data from text (.txt) files.
Currently there is a limit of 16,000 data points, but this can be increased if there is sufficient demand.
The first line of the text file contains the graph title.
The second line gives the axis labels. The axes can be named anything, but the labels and data must be in this order:
- Vertical (top/down)
- Horizontal (left/right)
- Depth (front/back)
The third line of the file holds the information for the first data point.
The data elements are separated by two colons “::” and lines are ended by two semicolons “;;“.
Each data point row contains at least these four elements:
- The label/name of the point.
- Its position on the vertical (up/down) axis.
- Its position on the horizontal (left/right) axis.
- Its position on the depth (front/back) axis.