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.
2 parents 40ac5df + 6c9825e commit e8a54b4Copy full SHA for e8a54b4
1 file changed
examples/showcase/xkcd.py
@@ -8,6 +8,8 @@
8
import matplotlib.pyplot as plt
9
import numpy as np
10
11
+###############################################################################
12
+
13
with plt.xkcd():
14
# Based on "Stove Ownership" from XKCD by Randall Monroe
15
# http://xkcd.com/418/
@@ -36,6 +38,9 @@
36
38
'"Stove Ownership" from xkcd by Randall Monroe',
37
39
ha='center')
40
41
42
43
+with plt.xkcd():
44
# Based on "The Data So Far" from XKCD by Randall Monroe
45
# http://xkcd.com/373/
46
0 commit comments