First time here? Check out the FAQ!
answered 2022-02-14 08:32:36 +0100
To answer your second question, you can put this in your init.sage file:
init.sage
import matplotlib.style matplotlib.style.use("ggplot")
However, some plots might not look good with a style different from the default.