Hans Petter Langtangen %!s(int64=10) %!d(string=hai) anos
pai
achega
c6b5b75a80
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)