When using matplotlib I try to use
import matplotlib.pyplot as plt
plt.style.use('ggplot')
quiet. Is there an easy way to change the default style to ggplot (or any other style)? I looked through the "matplotlibrc" documentation, but could not find a suitable option.
Is there a better way to copy / link a system-wide .mplstyle?
Thank!
source
share