First time here? Check out the FAQ!

Ask Your Question
1

plot3d() not working with firefox?

asked 4 years ago

Alex89 gravatar image

updated 4 years ago

Yesterday I switched my browser from Chromium to Firefox and when I try to use plot3d() the output shows no graph.

f(x,y) = x^2 + y^2 - x*y
plot3d(f,(x,-8,8),(y,-8,8))

Everything is white where the graph should be. I do see the small i at the bottom right of the window, but nothing else. Am I doing something wrong here?

Ubuntu 20.04 / Firefox 80.0.1 / Sage 9.0 / Sage was installed via terminal.

Preview: (hide)

Comments

What operating system? What version of Firefox? What version of Sage? How was Sage installed?

slelievre gravatar imageslelievre ( 4 years ago )

Ubuntu 20.04 / Firefox 80.0.1 / Sage 9.0 / Sage was installed via terminal.

Alex89 gravatar imageAlex89 ( 4 years ago )

By "installed by terminal" do you mean with sudo apt install? or git clone + make? or conda?

slelievre gravatar imageslelievre ( 4 years ago )

sudo apt-get install sagemath

Alex89 gravatar imageAlex89 ( 4 years ago )

1 Answer

Sort by » oldest newest most voted
1

answered 4 years ago

tmonteil gravatar image

Could you please try to install firefox-esr and tell if it is still buggy ?

Preview: (hide)
link

Comments

I didn't know what version you wanted me to install so I installed both that are available on Ubuntu-20.04.

firefox-esr 68.12 has the same issue, plot3d() does not show anything.

firefox-esr 78.2 the issue seems to be gone, plot3d() works normal.

Alex89 gravatar imageAlex89 ( 4 years ago )

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: 4 years ago

Seen: 853 times

Last updated: Sep 06 '20