XKCD字體我已經成功地複製圖中:如何獲得matplotlib
http://matplotlib.org/xkcd/examples/showcase/xkcd.html
但是我的字體看起來並不像。如何將文本字體更改爲cool xkcd字體?
XKCD字體我已經成功地複製圖中:如何獲得matplotlib
http://matplotlib.org/xkcd/examples/showcase/xkcd.html
但是我的字體看起來並不像。如何將文本字體更改爲cool xkcd字體?
從>>> help(plot.xkcd)
輸出引用:
For best results, the "Humor Sans" font should be installed: it is
not included with matplotlib.
http://stackoverflow.com/questions/25679403/matplotlib-text-wont-display-in-xkcd-font – Barranka 2014-10-01 17:26:55
我已精確複製從示例您提供的鏈接。我不得不將我的'matplotlib'版本升級到'1.4.0'。這個版本包含'xkcd'。這個例子產生的情節是'xkcd'風格並且完美。 – 2014-10-01 17:55:15
它也適用於我。我問到了FONT。 :)我仍然得到一個正規的字體。 – eran 2014-10-01 18:33:07