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

Skip to content

Commit d6e6edb

Browse files
committed
unadorned annotation
1 parent b3f8d40 commit d6e6edb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tutorials/text/annotations.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
ax.scatter(3, 1, s=20)
7575
ax.annotate('local max', xy=(3, 1), xycoords='data',
7676
xytext=(0.8, 0.95), textcoords='axes fraction',
77-
arrowprops=dict(facecolor='black', shrink=0.05),
7877
horizontalalignment='right', verticalalignment='top')
7978

8079
###################################################################

0 commit comments

Comments
 (0)