cool-RR wrote:
> 
>     Yes, this is one of the great features of Sage!  We call them
>     "Interacts".  Here is an example of code for a notebook cell:
> 
> 
> I checked out the examples, looking great!
> 
> Is there also an option to change things not by form elements, but by 
> other actions like mouse dragging? For example rotating a 3D Plot or 
> moving around items?


Yes!  Try doing this:

var('x,y')
plot3d(x^2*cos(y), (x,-4,4),(y,-4,4))

and you will get a 3d plot.  You might try going through the website 
pages talking about features in Sage, like:

http://sagemath.org/tour.html

http://sagemath.org/tour-graphics.html

http://sagemath.org/doc/reference/sage/plot/plot3d/parametric_plot3d.html

http://wiki.sagemath.org/pics

Thanks,

Jason



-- 
Jason Grout

-- 
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
URL: http://www.sagemath.org

Reply via email to