Hi, I have several windows showing different images, and I need the caption property showing in windows title bar to recognise each other. However,
vis.image(img, win='img', opts={'caption':"Windows Title Showed?"})
When i set the opts.caption parameters, the caption dont appear as :

Am I wrong?
If you drag the window to be bigger than the image, does the caption appear?
On Fri, Jun 8, 2018 at 3:56 AM Jackie Loong notifications@github.com
wrote:
Hi, I have several windows showing different images, and I need the
caption property showing in windows title bar to recognise each other.
However,vis.image(img, win='img', opts={'caption':"Windows Title Showed?"})
When i set the opts.caption parameters, the caption dont appear as 👍
[image: image]
https://user-images.githubusercontent.com/4252555/41146016-82efc30e-6b34-11e8-8996-277b3088a712.pngAm I wrong?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/facebookresearch/visdom/issues/369, or mute the
thread
https://github.com/notifications/unsubscribe-auth/ABHSrrLd3pOiCrnG0xEN2Ucv-ZkR51-Aks5t6i45gaJpZM4Ufqqz
.
@lvdmaaten thx, it does not appear .
I found the solution, should set title key instead of caption.
vis.image(img, win='img', opts={'title':"Windows Title Showed?"})

I dnt know what does caption means yet.
Caption _is_ supposed to show some text underneath the image rather than above it (as a title) but for some reason that isn't working right now for you. Will investigate further on my end.
The caption option is still not working with visdom version '0.1.8.5'. Do you have any suggestion on how to fix this issue? Thanks.
There is a fix for captions in #393, however #393 introduces issues that I need to fix (tracking in #395) before pulling it in.
Most helpful comment
Caption _is_ supposed to show some text underneath the image rather than above it (as a title) but for some reason that isn't working right now for you. Will investigate further on my end.