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 70ba990 + f701967 commit 8a7a07dCopy full SHA for 8a7a07d
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