Visdom: opts={'caption':"Windows Title Showed?"} The Caption NOT show in windows?

Created on 8 Jun 2018  ·  6Comments  ·  Source: fossasia/visdom

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

Am I wrong?

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.

All 6 comments

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.png

Am 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?"})

image
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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dizcza picture dizcza  ·  7Comments

SanderGielisse picture SanderGielisse  ·  5Comments

wj926 picture wj926  ·  7Comments

sbaio picture sbaio  ·  3Comments

Zumbalamambo picture Zumbalamambo  ·  4Comments