Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output holomap='scrubber' looping bug #1567

Closed
ea42gh opened this issue Jun 17, 2017 · 3 comments
Closed

output holomap='scrubber' looping bug #1567

ea42gh opened this issue Jun 17, 2017 · 3 comments
Assignees
Milestone

Comments

@ea42gh
Copy link
Contributor

ea42gh commented Jun 17, 2017

%%output holomap='scrubber'
def show_a_holomap():
    def ith():
        x_vals = np.linspace(0,1,10)
        h1 = hv.Curve( (x_vals,np.random.uniform(-2,2,size=10)))
        h2 = hv.Curve( (x_vals,np.random.uniform(-2,2,size=10)))
        # must wrap in an overlay before adding to a holomap
        return hv.Overlay([h1,h2])

    # precompute 5 sets of curves
    return hv.HoloMap({ i: ith() for i in range(5)})
show_a_holomap()

loops backwards, but does not loop forwards

@jlstevens
Copy link
Contributor

I think I noticed this issue the last time I used scrubber (which is a while back!). Thanks for filing the issue.

@philippjfr philippjfr modified the milestones: v1.8, v1.9 Jun 22, 2017
@jlstevens
Copy link
Contributor

Not a high priority but assigning to 1.8.1 in case it is an easy fix.

@philippjfr
Copy link
Member

The scrubber should now be fixed. Please reopen if you encounter any more issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants