Pushpak21 commited on
Commit
263ff10
·
verified ·
1 Parent(s): 6b109b6

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -9
index.html CHANGED
@@ -1,4 +1,3 @@
1
-
2
  <!DOCTYPE html>
3
  <html lang="en">
4
  <head>
@@ -73,14 +72,15 @@
73
  textposition: 'top center'
74
  });
75
 
76
- traces.push({
77
- type: 'scatter3d',
78
- mode: 'lines',
79
- x: [x, x + nx],
80
- y: [y, y + ny],
81
- z: [z, z + nz],
82
- line: { color: normalColor, width: 3 }
83
- });
 
84
  }
85
 
86
  for (const c of data.constraints) {
 
 
1
  <!DOCTYPE html>
2
  <html lang="en">
3
  <head>
 
72
  textposition: 'top center'
73
  });
74
 
75
+ // Commented out normal lines (blue/orange) as per request
76
+ // traces.push({
77
+ // type: 'scatter3d',
78
+ // mode: 'lines',
79
+ // x: [x, x + nx],
80
+ // y: [y, y + ny],
81
+ // z: [z, z + nz],
82
+ // line: { color: normalColor, width: 3 }
83
+ // });
84
  }
85
 
86
  for (const c of data.constraints) {