Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

3d graphics not displayed

I am new to Sage. I use SageMath 8.6 on Windows 10. 2D plotting works, but not 3d. For example this produced no graphics but just the: π™Άπš›πšŠπš™πš‘πš’πšŒπšœπŸΉπšπ™Ύπš‹πš“πšŽπšŒπš

x, y = var('x,y')

g = plot3d(x^2 + y^2, (x,-2,2), (y,-2,2))

show(g)

π™Άπš›πšŠπš™πš‘πš’πšŒπšœπŸΉπšπ™Ύπš‹πš“πšŽπšŒπš

3d graphics not displayed

I am new to Sage. I use SageMath 8.6 on Windows 10. 2D plotting works, but not 3d. For example this produced no graphics but just the: π™Άπš›πšŠπš™πš‘πš’πšŒπšœπŸΉπšπ™Ύπš‹πš“πšŽπšŒπš

I use Chrome

x, y = var('x,y')

g = plot3d(x^2 + y^2, (x,-2,2), (y,-2,2))

show(g)

π™Άπš›πšŠπš™πš‘πš’πšŒπšœπŸΉπšπ™Ύπš‹πš“πšŽπšŒπš

3d graphics not displayed

I am new to Sage. I use SageMath 8.6 on Windows 10. 2D plotting works, but not 3d. For example this produced no graphics but just the: π™Άπš›πšŠπš™πš‘πš’πšŒπšœπŸΉπšπ™Ύπš‹πš“πšŽπšŒπš

I use Chrome

With the suggested option show(g,figsize=8, viewer="threejs", frame=False,axes=True) it works now!

x, y = var('x,y')

g = plot3d(x^2 + y^2, (x,-2,2), (y,-2,2))

show(g)

π™Άπš›πšŠπš™πš‘πš’πšŒπšœπŸΉπšπ™Ύπš‹πš“πšŽπšŒπš

3d graphics not displayed

I am new to Sage. I use SageMath 8.6 on Windows 10. 2D plotting works, but not 3d. For example this produced no graphics but just the: π™Άπš›πšŠπš™πš‘πš’πšŒπšœπŸΉπšπ™Ύπš‹πš“πšŽπšŒπš

I use Chrome

With the suggested option

show(g,figsize=8, viewer="threejs", frame=False,axes=True) it works now!

It works also with

show(g,figsize=8, viewer="threejs", axes=True)

x, y = var('x,y')

g = plot3d(x^2 + y^2, (x,-2,2), (y,-2,2))

show(g)

π™Άπš›πšŠπš™πš‘πš’πšŒπšœπŸΉπšπ™Ύπš‹πš“πšŽπšŒπš

3d graphics not displayed

I am new to Sage. I use SageMath 8.6 on Windows 10. 2D plotting works, but not 3d. For example this produced no graphics but just the: π™Άπš›πšŠπš™πš‘πš’πšŒπšœπŸΉπšπ™Ύπš‹πš“πšŽπšŒπš

I use Chrome

With the suggested option

show(g,figsize=8, viewer="threejs", frame=False,axes=True) it works now!

It works also with

show(g,figsize=8, viewer="threejs", axes=True)

x, y = var('x,y')

g = plot3d(x^2 + y^2, (x,-2,2), (y,-2,2))

show(g)

π™Άπš›πšŠπš™πš‘πš’πšŒπšœπŸΉπšπ™Ύπš‹πš“πšŽπšŒπš

I use Chrome

With the suggested option:

show(g,figsize=8, viewer="threejs", frame=False,axes=True) it works now!

It works also with:

show(g,figsize=8, viewer="threejs", axes=True)

And with:

show(g,figsize=8, viewer="threejs")

It looks like viewer option should be there for 3D to work on windows 10 with Chrome.

SageMath is great! With Python it is much more friendlier than Mathematica.

3d graphics not displayed

I am new to Sage. I use SageMath 8.6 on Windows 10. 2D plotting works, but not 3d. For example this produced no graphics but just the: π™Άπš›πšŠπš™πš‘πš’πšŒπšœπŸΉπšπ™Ύπš‹πš“πšŽπšŒπš

x, y = var('x,y')

g = plot3d(x^2 + y^2, (x,-2,2), (y,-2,2))

show(g)

π™Άπš›πšŠπš™πš‘πš’πšŒπšœπŸΉπšπ™Ύπš‹πš“πšŽπšŒπš

I use Chrome

With the suggested option:

show(g,figsize=8, viewer="threejs", frame=False,axes=True) it works now!

It works also with:

show(g,figsize=8, viewer="threejs", axes=True)

And with:

show(g,figsize=8, viewer="threejs")

It looks like viewer option should be there for 3D to work on windows 10 with Chrome.

SageMath is great! With Python it is much more friendlier than Mathematica.

3d graphics not displayed

I am new to Sage. I use SageMath 8.6 on Windows 10. 2D plotting works, but not 3d. For example this produced no graphics but just the: π™Άπš›πšŠπš™πš‘πš’πšŒπšœπŸΉπšπ™Ύπš‹πš“πšŽπšŒπš

sage: x, y = var('x,y')  

var('x,y') sage: g = plot3d(x^2 + y^2, (x,-2,2), (y,-2,2))

show(g)

π™Άπš›πšŠπš™πš‘πš’πšŒπšœπŸΉπšπ™Ύπš‹πš“πšŽπšŒπš

(y,-2,2)) sage: show(g) π™Άπš›πšŠπš™πš‘πš’πšŒπšœπŸΉπšπ™Ύπš‹πš“πšŽπšŒπš

I use ChromeChrome.

With the suggested option:

sage: show(g,figsize=8, viewer="threejs", frame=False,axes=True) frame=False,axes=True)

it works now!

It works also with:

sage: show(g,figsize=8, viewer="threejs", axes=True)

axes=True)

And with:

sage: show(g,figsize=8, viewer="threejs")

viewer="threejs")

It looks like viewer option should be there for 3D to work on windows 10 with Chrome.

SageMath is great! With Python it is much more friendlier than Mathematica.

3d graphics not displayed

I am new to Sage. I use SageMath 8.6 on Windows 10. 2D plotting works, but not 3d. For example this produced no graphics but just the: π™Άπš›πšŠπš™πš‘πš’πšŒπšœπŸΉπšπ™Ύπš‹πš“πšŽπšŒπš

sage: x, y = var('x,y')
sage: g = plot3d(x^2 + y^2, (x,-2,2), (y,-2,2))
sage: show(g)
π™Άπš›πšŠπš™πš‘πš’πšŒπšœπŸΉπšπ™Ύπš‹πš“πšŽπšŒπš

I use Chrome.

With the suggested option:

sage: show(g,figsize=8, viewer="threejs", frame=False,axes=True)

it works now!

It works also with:

sage: show(g,figsize=8, viewer="threejs", axes=True)

And with:

sage: show(g,figsize=8, viewer="threejs")

It looks like viewer option should be there for 3D to work on windows 10 with Chrome.

SageMath is great! With Python it is much more friendlier than Mathematica.