Skip to content

Commit 7d05550

Browse files
authored
Merge pull request #115828 from GiftA-MSFT/patch-33
Fixes: MicrosoftDocs/azure-docs/issues/54479
2 parents c5fdcfb + eeabafd commit 7d05550

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/cognitive-services/Computer-vision/QuickStarts/python-disk.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ image = Image.open(BytesIO(image_data))
8989
plt.imshow(image)
9090
plt.axis("off")
9191
_ = plt.title(image_caption, size="x-large", y=-0.1)
92+
plt.show()
9293
```
9394

9495
## Examine the response

0 commit comments

Comments
 (0)