Hans Petter Langtangen 10 年之前
父节点
当前提交
c6b5b75a80
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/integral_comic_strip.py

+ 1 - 1
examples/integral_comic_strip.py

@@ -1,7 +1,7 @@
 """Comic strip for illustrating numerical integration."""
 
 from pysketcher import *
-xdcd = True
+xkcd = True  # True: XKCD copic strip, False: ordinary Matplotlib figure
 
 def f(x):
     return 3*np.exp(-x**4)