> > > I currently have a function of three variables w=f(x,y,z), which I > > > would like to plot in 3D if possible (e.g. via coloured plots)
Not sure about color, but `implicit_plot3d` can produce 3D contour plots. http://www.sagemath.org/doc/reference/sage/plot/plot3d/implicit_plot3d.html > > > Does sage currently have support for plotting such functions? > > > plot_vector_field3d has support for plotting vector fields of three > > > variables, but there does not seem to be an equivilent function for > > > _scalar_ functions as far as I can see. As a hack, you can plot a vector field where the scalar output of your function simply drives the z-component of the vectors. :-) > > There are coordinate transformations and plots, I believe - > > seehttp://www.sagemath.org/doc/reference/sage/plot/plot3d/plot3d.htmlfor > > many examples, search for 'transformation=' Does `implicit_plot3d` support transforms? > > - kcrisman -- Kelvin -- 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