question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Converting axis-data from 2D to 3D

See original GitHub issue

Feature 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:closed
  • Created 5 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
BridgeARcommented, Sep 23, 2021

@ce-bo I am not certain if users would profit from the description.

0reactions
ce-bocommented, Sep 28, 2021

I created Feature Request #2407 to address this.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found