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.
1 parent b3f8d40 commit d6e6edbCopy full SHA for d6e6edb
1 file changed
tutorials/text/annotations.py
@@ -74,7 +74,6 @@
74
ax.scatter(3, 1, s=20)
75
ax.annotate('local max', xy=(3, 1), xycoords='data',
76
xytext=(0.8, 0.95), textcoords='axes fraction',
77
- arrowprops=dict(facecolor='black', shrink=0.05),
78
horizontalalignment='right', verticalalignment='top')
79
80
###################################################################
0 commit comments