I hate everything about the style ggplot, but I do like the colors.
import matplotlib.pyplot as plt
plt.style.use('ggplot')
This sets the colors from that style, and everything as well. How can I import only the color cycle from that style (for all lines, dots, …), but import nothing else from that style?