Y
Hacker News
new
|
ask
|
show
|
jobs
by
vortico
1678 days ago
I don't think so. You'd need to run it in a terminal with something like
from sympy.plotting import plot3d x,y=symbols('x y') plot3d(x*y, (x, -10,10), (y, -10,10))