matplotlib 1.5 , rcParam, axes.prop_cycle ( axes.color_cycle axes.prop_cycle). , - :
import matplotlib.pyplot as plt
from cycler import cycler
plt.rc('axes', prop_cycle=(cycler('color', ['r', 'g', 'b', 'y']) +
cycler('linestyle', ['-', '--', ':', '-.'])))
. .