plot3d() not working with firefox?
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.
What operating system? What version of Firefox? What version of Sage? How was Sage installed?
Ubuntu 20.04 / Firefox 80.0.1 / Sage 9.0 / Sage was installed via terminal.
By "installed by terminal" do you mean with
sudo apt install
? orgit clone
+make
? orconda
?sudo apt-get install sagemath