You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drawGraphics3d(document.getElementById('graphics3d'),{axes: {hasaxes: true,ticks: [[// x ticks[0,0.5,1],// big ticks[0.05,0.1,0.15,0.25,0.3,0.35,0.45,0.55,0.65,0.7,0.75,0.85,0.9,0.95],// small ticks['0','5','10']// big ticks labels],[// y ticks[0,0.5,1],// big ticks[0.05,0.1,0.15,0.25,0.3,0.35,0.45,0.55,0.65,0.7,0.75,0.85,0.9,0.95],// small ticks['0','5','10']// big ticks labels],[// z ticks[0,0.5,1],// big ticks[0.05,0.1,0.15,0.25,0.3,0.35,0.45,0.55,0.65,0.7,0.75,0.85,0.9,0.95],// small ticks['0','5','10']// big ticks labels],],ticks_style: [[1,0,0],[0,1,0],[0,0,1]]},elements: [{type: 'polygon',color: [0.0,0.0,0.0],opacity: 1.0,coords: [[[0.0,1.0,0.0]],[[0.0,0.0,0.0]],[[0.0,0.0,0.0]]]}],lighting: [{type: 'ambient',color: [0.4,0.2,0.2]},{type: 'directional',color: [0.0,0.18,0.5],coords: [[2,0,2]]},{type: 'directional',color: [0.18,0.5,0.18],coords: [[2,2,3]]},{type: 'directional',color: [0.5,0.18,0.0],coords: [[0,2,2]]},{type: 'directional',color: [0.0,0.0,0.18],coords: [[0,0,2]]}],viewpoint: [1.3,-2.4,2.0]});
The text was updated successfully, but these errors were encountered:
Print the axis in
Graphics3D
object created fromListPlot3D
.Determine the axes settings from the 3D plot
symja_android_library/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/GraphicsFunctions.java
Line 1272 in 6bc19c6
and handover to mathics-threejs-backend
Experiments from JSFiddle:
The text was updated successfully, but these errors were encountered: