Skip to content

Commit fb236d5

Browse files
authored
Fixes: MicrosoftDocs/azure-docs/issues/46747
https://github.com/MicrosoftDocs/azure-docs/issues/46747 - added 'plt.show()' to display image
1 parent 05b9658 commit fb236d5

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)