What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Jul 06, 2008 by ondrej.certik
PlottingModule  
Documentation for the SymPy plotting module

This is now documented here: http://docs.sympy.org/modules/plotting.html


Comment by ondrej.certik, Sep 09, 2007

Example: nice graph

Plot( cos(x)*sin(y), sin(x)*sin(y), cos(y)+log(tan(y/2))+0.2*x, [x, -0.00, 12.4, 40], [y, 0.1, 2, 40])

Sign in to add a comment