There's a widget backend for matplotlib, it may work with that. Steve or
Sylvain would know more about it.

On Sat, Aug 27, 2016, 9:38 AM <[email protected]> wrote:

> I have seen that ipywidgets now have an animation class
>
> play = widgets.Play()slider = widgets.IntSlider()widgets.jslink((play, 
> 'value'), (slider, 'value'))widgets.VBox([play, slider])
>
>
> Does this support graph plotting as well? Like if I want to examine the
> function y=ax*t, I want to have a interacting widget changing the value of
> a and each time the graph will draw an animation iterating through value of
> t. Is this possible yet?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Project Jupyter" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jupyter/b3a03cc4-71d0-4c41-bc20-028e553ab41e%40googlegroups.com
> <https://groups.google.com/d/msgid/jupyter/b3a03cc4-71d0-4c41-bc20-028e553ab41e%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/CAAoBLw1qcXYa0wv8Jnv-8jQewX5MubNcski1x-Cjx89SoQAfOQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to