Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659a417 commit 8cd9a3bCopy full SHA for 8cd9a3b
1 file changed
examples/showcase/xkcd.py
@@ -8,9 +8,9 @@
8
import matplotlib.pyplot as plt
9
import numpy as np
10
11
-with plt.xkcd():
12
-
13
-###############################################################################
+###############################################################################
+
+with plt.xkcd():
14
# Based on "Stove Ownership" from XKCD by Randall Monroe
15
# http://xkcd.com/418/
16
@@ -38,7 +38,9 @@
38
'"Stove Ownership" from xkcd by Randall Monroe',
39
ha='center')
40
41
42
43
44
# Based on "The Data So Far" from XKCD by Randall Monroe
45
# http://xkcd.com/373/
46
0 commit comments