Re: [sage-support] Re: trouble displaying 3D graphics

2021-11-08 Thread Dima Pasechnik
On Mon, Nov 8, 2021 at 7:15 PM Dima Pasechnik wrote: > > > On Mon, Nov 8, 2021 at 6:40 PM Dima Pasechnik wrote: > >> >> >> On Mon, Nov 8, 2021 at 6:35 PM Dima Pasechnik wrote: >> >>> I cannot view the file generated by these commands (on latest Sage >>> beta) in a new Chrome, it just displays

Re: [sage-support] Re: trouble displaying 3D graphics

2021-11-08 Thread Dima Pasechnik
On Mon, Nov 8, 2021 at 6:40 PM Dima Pasechnik wrote: > > > On Mon, Nov 8, 2021 at 6:35 PM Dima Pasechnik wrote: > >> I cannot view the file generated by these commands (on latest Sage beta) >> in a new Chrome, it just displays blank screen. >> Here is the file:

Re: [sage-support] Re: trouble displaying 3D graphics

2021-11-08 Thread Dima Pasechnik
On Mon, Nov 8, 2021 at 6:35 PM Dima Pasechnik wrote: > I cannot view the file generated by these commands (on latest Sage beta) > in a new Chrome, it just displays blank screen. > Here is the file: https://users.ox.ac.uk/~coml0531/tmp/t.html > oops, it's silly of me to assume it would work

Re: [sage-support] Re: trouble displaying 3D graphics

2021-11-08 Thread Dima Pasechnik
I cannot view the file generated by these commands (on latest Sage beta) in a new Chrome, it just displays blank screen. Here is the file: https://users.ox.ac.uk/~coml0531/tmp/t.html On Mon, Nov 8, 2021 at 6:13 PM rickhg12hs wrote: > After > ``` > sage.misc.viewer.viewer.browser('firefox') >

[sage-support] Re: trouble displaying 3D graphics

2021-11-08 Thread rickhg12hs
After ``` sage.misc.viewer.viewer.browser('firefox') ``` ... do you experience the same behavior? On Monday, November 8, 2021 at 12:25:24 PM UTC+1 John Cremona wrote: > I don't often use 3D graphics, but when I run implicitplot3d() I get > a file permissions error (on ubuntu 20.04): > > #

[sage-support] trouble displaying 3D graphics

2021-11-08 Thread John Cremona
I don't often use 3D graphics, but when I run implicitplot3d() I get a file permissions error (on ubuntu 20.04): # example from the docstring sage: var('x,y,z') (x, y, z) sage: implicit_plot3d(x^2+y^2+z^2==4, (x,-3,3), (y,-3,3), (z,-3,3)) Launched html viewer for Graphics3d Object Over in my