Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 83cfd56

Browse filesBrowse files
committed
Remove fixed colours from xkcd style.
1 parent ea61ca5 commit 83cfd56
Copy full SHA for 83cfd56

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎lib/matplotlib/pyplot.py

Copy file name to clipboardExpand all lines: lib/matplotlib/pyplot.py
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.