I don't know about the plots.  To have interact evaluate when you say
so, just add auto_update=False as in the example below:

@interact
def f(a='GRRRR',b=(1,2,.1),c=True,u = text_control
(value='cow'),d=xsrange(1,50),auto_update=False,f=range(5),g=range
(20),h=matrix(ZZ,2,2,[1,2,3,4]),i=3):
    pass


On Mar 13, 4:32 am, Mani chandra <mchan...@iitk.ac.in> wrote:
> Hi,
>
>     How can I get 3D plots side by side? Also when using interact for
> sliders, how do I make it such that the evaluation is done after maybe I
> press some button instead of it being evaluated immediately after I
> change a value on the slider?
>
> Thanks
> Mani chandra
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to