Converting axis-data from 2D to 3D
See original GitHub issueFeature request
Description
Due to mapping the two-dimensional d3-map to a three-dimensional, which gets rendered in the end, some confusing code pieces like the following were found e.x. inside codeMap.label.service.ts#L38.
-> z maps to y and y maps to z
const x: number = node.x0 - state.treeMap.mapSize
const y: number = node.z0
const z: number = node.y0 - state.treeMap.mapSize
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Converting 2D plot into a 3D with 3rd axis being steps.
Hi. I have a for loop, which loads data from set of an excel files as temperory table with two columns and plots...
Read more >Solid Edge Training - Converting 2D data to 3D models
Your browser can't play this video. Learn more. Switch camera.
Read more >How to Convert a 2D Model to 3D Using AutoCAD
Type the axis around which you want to revolve the shape, which can be "x," "y," or "z." Press "Enter" to perform the...
Read more >How to transform a 2D image into a 3D space?
Starting by recovering all the transformation values on all the axes and then defining the matrices of homogeneous passage. Translation. Let's ...
Read more >converting the 2D data to 3D data - python - Stack Overflow
I have 2 dimensional data code (x,z). I converted to 3D data (x,y,z). The (nPhotonDesity) is the z axis which is the number...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@ce-bo I am not certain if users would profit from the description.
I created Feature Request #2407 to address this.