android icon indicating copy to clipboard operation
android copied to clipboard

implicit_plot3d returns nothing

Open seblabbe opened this issue 10 years ago • 0 comments

x,y,z = var('x,y,z') implicit_plot3d(x^2+y^2+z^2-1,(x,-2,2),(y,-2,2),(z,-2,2))

shows nothing

seblabbe avatar Apr 01 '15 14:04 seblabbe