Quantcast
Channel: ASKSAGE: Sage Q&A Forum - RSS feed
Browsing all 3 articles
Browse latest View live

Comment by kcrisman for You might be able to get implicit_plot3d to do it....

I usually use something similar for level surfaces. Note that with the upcoming Jmol upgrade you can plot them first, and adjust their color and opacity to your liking interactively later.

View Article



Answer by calc314 for It seems there isn't a function in sagemath which can...

You might be able to get `implicit_plot3d` to do it. Maybe something like the following would work for you. var('x,y,z') f(x,y,z)=x^2+y^2+z^2/4 p=Graphics() for k in [1,2,3,4]:...

View Article

3d contour plotting in sage

It seems there isn't a function in sagemath which can plot contours of a function $f(x, y, z)$ as transparent layers in 3d space like in...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images