We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8b490 commit 8b670e6Copy full SHA for 8b670e6
src/plots/gl3d/layout/tick_marks.js
@@ -48,7 +48,6 @@ function computeTickMarks(scene) {
48
glRange[i].pixelsPerDataUnit / scene.dataScale[i];
49
50
if(Math.abs(axes._length) === Infinity ||
51
- Math.abs(axes._length) === -Infinity ||
52
isNaN(axes._length)) {
53
ticks[i] = [];
54
} else {
0 commit comments