12e8a62
Description: Try to use also StayPuft (a free font) for xkcd
12e8a62
Author: Sandro Tosi <morph@debian.org>
12e8a62
Origin: vendor
12e8a62
Bug: http://bugs.debian.org/720549
12e8a62
Forwarded: not-needed
12e8a62
Last-Update: 2013-10-06
12e8a62
---
12e8a62
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
12e8a62
--- a/lib/matplotlib/pyplot.py
12e8a62
+++ b/lib/matplotlib/pyplot.py
dd3b8ab
@@ -301,7 +301,7 @@ def xkcd(scale=1, length=100, randomness
12e8a62
     from matplotlib import patheffects
12e8a62
     context = rc_context()
12e8a62
     try:
12e8a62
-        rcParams['font.family'] = ['Humor Sans', 'Comic Sans MS']
12e8a62
+        rcParams['font.family'] = ['Humor Sans', 'Comic Sans MS', 'StayPuft']
12e8a62
         rcParams['font.size'] = 14.0
12e8a62
         rcParams['path.sketch'] = (scale, length, randomness)
12e8a62
         rcParams['path.effects'] = [