Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38215ef

Browse files
author
domspad
committed
pep8
1 parent a7fa5d9 commit 38215ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/pylab_examples/annotation_demo2.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
ax.annotate('fancy', xy=(2., -1), xycoords='data',
9999
xytext=(-100, 60), textcoords='offset points',
100100
size=20,
101-
#bbox=dict(boxstyle="round", fc="0.8"),
101+
# bbox=dict(boxstyle="round", fc="0.8"),
102102
arrowprops=dict(arrowstyle="fancy",
103103
fc="0.6", ec="none",
104104
patchB=el,
@@ -108,7 +108,7 @@
108108
ax.annotate('simple', xy=(2., -1), xycoords='data',
109109
xytext=(100, 60), textcoords='offset points',
110110
size=20,
111-
#bbox=dict(boxstyle="round", fc="0.8"),
111+
# bbox=dict(boxstyle="round", fc="0.8"),
112112
arrowprops=dict(arrowstyle="simple",
113113
fc="0.6", ec="none",
114114
patchB=el,
@@ -118,7 +118,7 @@
118118
ax.annotate('wedge', xy=(2., -1), xycoords='data',
119119
xytext=(-100, -100), textcoords='offset points',
120120
size=20,
121-
#bbox=dict(boxstyle="round", fc="0.8"),
121+
# bbox=dict(boxstyle="round", fc="0.8"),
122122
arrowprops=dict(arrowstyle="wedge,tail_width=0.7",
123123
fc="0.6", ec="none",
124124
patchB=el,

0 commit comments

Comments
 (0)