Ask Your Question
0

Plot3d not works

asked 2022-04-15 10:39:20 +0200

Andr gravatar image

updated 2022-04-15 10:39:45 +0200

I call

x, y = var('x y')
plot3d(sin(pi*((x)^2+(y)^2))/2,(x,-1,1),(y,-1,1), frame=False, color='purple', opacity=0.8)

is called web browser with file:///home/andrzej/.sage/temp/50-5B-C2-D6-5C-BF/281710/tmp_0jkh7v0l.html but nothing further On Firefox nothing, on Chromium nothing I have Fedora with Cinnamon (installed from Fedora-Cinnamon-Live-x86_64-35-1.2.iso)

edit retag flag offensive close merge delete

Comments

Works for me with SageMath 9.5 and Firefox 99.0. Which version of SageMath are you using? How did you install it?

eric_g gravatar imageeric_g ( 2022-04-15 11:20:55 +0200 )edit

SageMath version 9.4, Release Date: 2021-08-22 installed by dnf, Firefox 98.0.2. Similat in Chromium. Version 9.4 is last in Fedora repository, maybe I must build SageMath from sources? It is large tool, uses many libraries.

Andr gravatar imageAndr ( 2022-04-15 12:44:41 +0200 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-04-15 15:07:10 +0200

Andr gravatar image

updated 2022-09-21 14:40:43 +0200

Version 9.5 has good plot3d. Is one problem: sudo make install took long time and mainly generate documentation but not install in /usr/bin. Is in /home/andrzej/git/sage/src/bin/

Now is version 9.5 but is error: not found /usr/share/javascript/three/r122/three.min.js I have /usr/share/javascript/three/ but not subdirectory r122

I have copied three.js,three.minjs, three.module.js to new folder r122 but is only black screen Now I test with Mint21

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2022-04-15 10:39:20 +0200

Seen: 261 times

Last updated: Sep 21 '22