answered 3 years ago
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.