8000 unadorned annotation · matplotlib/matplotlib@d6e6edb · GitHub
[go: up one dir, main page]

Skip to content

Commit d6e6edb

Browse files
committed
unadorned annotation
1 parent b3f8d40 commit d6e6edb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)
0