Skip to content

Commit 756102c

Browse files
committed
Merge pull request #5989 from QuLogic/xkcd-color-cycle
Remove fixed colours from xkcd style.
2 parents ea61ca5 + 83cfd56 commit 756102c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/pyplot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ def xkcd(scale=1, length=100, randomness=2):
403403
rcParams['grid.linewidth'] = 0.0
404404
rcParams['axes.grid'] = False
405405
rcParams['axes.unicode_minus'] = False
406-
rcParams['axes.prop_cycle'] = cycler('color', ['b', 'r', 'c', 'm'])
407406
rcParams['axes.edgecolor'] = 'black'
408407
rcParams['xtick.major.size'] = 8
409408
rcParams['xtick.major.width'] = 3

0 commit comments

Comments
 (0)