我设法将图形复制到:
http://matplotlib.org/xkcd/examples/showcase/xkcd.html
但是我的字体看起来不像那样。如何将文本字体更改为炫酷的xkcd字体?
最佳答案
从>>> help(plot.xkcd)
的输出中引用:
For best results, the "Humor Sans" font should be installed: it is
not included with matplotlib.
我设法将图形复制到:
http://matplotlib.org/xkcd/examples/showcase/xkcd.html
但是我的字体看起来不像那样。如何将文本字体更改为炫酷的xkcd字体?
最佳答案
从>>> help(plot.xkcd)
的输出中引用:
For best results, the "Humor Sans" font should be installed: it is
not included with matplotlib.