Uh oh!
There was an error while loading. Please reload this page.
Adding pointcloud - #850
Conversation
db35191 to
98f90adCompare| Plotly.register([ | ||
| require('./scattergl'), | ||
| require('./pointcloud2d'), |
98f90ad to
0deacccCompare553975d to
b45d3d7Compare1860058 to
2f1005fCompare| module.exports = { | ||
| x: scatterglAttrs.x, | ||
| y: scatterglAttrs.y, | ||
| xy: { |
etpinard
commented
Sep 1, 2016
Apart from the above comment and a few naming / styling issues this PR is looking amazing. @monfera Thanks for all your hard work! |
monfera
commented
Sep 1, 2016
@etpinard thanks for all your comments, they look easy, i.e. perfect for a morning ramp-up. Special thanks for catching this interaction issue too! |
monfera
commented
Sep 1, 2016
@etpinard I just wanted to mention that I had some unpushed commits in |
c3dcf7d to
138a6e0Compare138a6e0 to
b1da4c0Compareb1da4c0 to
16f7fd5Comparemonfera
commented
Sep 7, 2016
@etpinard for the record the solution to the plot disappearance issue on +/-/reset you found is here in |
| if(xy) { | ||
| positions = xy; | ||
| len = xy.length >>> 1; |
There was a problem hiding this comment.
bitwise ops are cool 😎 but can you add a short comment above describing what this does (for folks unfamiliar with them).
| positions = xy; | ||
| // dividing xy.length by 2 and truncating to integer if xy.length was not even |
954845f to
8105955Compareetpinard
commented
Sep 7, 2016
Amazing work 💃 |


This PR contains the plotly.js part of the new
pointcloud2dtrace type.Work left involves
gl-pointcloud2d