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

More example notebooks #7

Closed
shashi opened this issue Aug 21, 2014 · 2 comments
Closed

More example notebooks #7

shashi opened this issue Aug 21, 2014 · 2 comments

Comments

@shashi
Copy link
Member

shashi commented Aug 21, 2014

  • One notebook documenting all possible widgets
  • One notebook on interactive plotting with Gadfly and PyPlot
@shashi shashi mentioned this issue Aug 21, 2014
@vchuravy
Copy link

Interactive plotting with Gadfly is surprisingly easy 👍 I was expecting that I had to muck around a lot but I got a trivial example working easily.

using Gadfly
using Interact
using React

@manipulate for y in 1:5 
    plot(x -> x^y, -5, 5) 
end

I could made a notebook with Gadfly showcasing the plotting capabilities while using interactive controls.

BTW It would be great if the sliders would show their current value otherwise it is hard to figure out what it means.

Otherwise I am impressed and excited and I am looking forward to explore Interact further

@shashi
Copy link
Member Author

shashi commented Aug 22, 2014

Thanks! I just pushed a one-liner fix to IJuliaWidgets.jl which shows the readout next to the sliders. Should have gotten to this earlier, better late than never.

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

2 participants