Skip to content

Commit cd71014

Browse files
authored
Merge pull request #102406 from GiftA-MSFT/patch-17
Fixes: MicrosoftDocs/azure-docs/issues/46747
2 parents 1847c81 + fb236d5 commit cd71014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/cognitive-services/Computer-vision/QuickStarts/python-print-text.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ for word in word_infos:
9595
fill=False, linewidth=2, color='y')
9696
ax.axes.add_patch(patch)
9797
plt.text(origin[0], origin[1], text, fontsize=20, weight="bold", va="top")
98+
plt.show()
9899
plt.axis("off")
99100
```
100101

0 commit comments

Comments
 (0)