question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

store_history for image() does not create a slider in the image pane

See original GitHub issue

When I run the demo.py example, the image pane generated with

viz.image( np.random.rand(3, 512, 256), win='image_history', opts=dict(caption='Second random!', store_history=True), )

has no slider. I cannot see the image with caption='First random'. It looks like this:

image

The slider is not there. I suppose the slider should look like this: image

I have visdom version 0.1.8.8 downloaded with anaconda.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
JackUrbcommented, Jul 3, 2019

Ah wait I missed a key detail from your initial post: “I have visdom version 0.1.8.8 downloaded with anaconda.”

Image histories are only available when installing from source at the moment, and are slated for inclusion in the 0.1.9 release.

0reactions
Cevelopercommented, Jul 3, 2019

Thanks. You mean this? image

Read more comments on GitHub >

github_iconTop Results From Across the Web

store_history for image() does not create a slider in ... - GitHub
When I run the demo.py example, the image pane generated with viz.image( np.random.rand(3, 512, 256), win='image_history', ...
Read more >
Image Slider Pane - Drupal - Swarthmore KnowledgeBase
The Image Slider pane is used to easily add an interactive image gallery to your Drupal page. There are two styles or "display...
Read more >
Cannot see the image slider in HTML - Stack Overflow
I think problem is your src attribute of img tag. you need to check "console tag" of browser. If your "Images" folder is...
Read more >
Slider image not loading - WordPress.org
I am using smart slider 3 Version 3.5.1.7. and created a slider for home page. Slider is displaying fine but sometimes images does...
Read more >
How to create an image slider in Axure - YouTube
In this lesson, we'll be covering how to create an image slider using dynamic panels in Axure. You've no doubt seen image sliders...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found