Thanks but, these methods are not wholly adequate for my purposes. I have been investigating the mayavi python package and the examples given here http://code.enthought.com/projects/mayavi/docs/development/html/mayavi/mlab_case_studies.html#mlab-case-studies
Apparently sagemath has support for mayavi, but when I follow the instructions here http://www.sagemath.org/doc/numerical_sage/installation_osx.html I get an error sage: install_package("python-2.5.1-framework") ValueError: There is no package name starting with 'python-2.5.1- framework'. And so on for the other commands in the page. I'm wondering if mayavi has been removed from sage, or whether its functionality is now part of the core packages? On May 5, 6:28 pm, achrzesz <achrz...@wp.pl> wrote: > Maybe a series of implicit_plot3d with w=w0,w1,... > will be helpful? > > On 5 Maj, 19:12, kcrisman <kcris...@gmail.com> wrote: > > > > > > > > > On May 5, 12:25 pm, ObsessiveMathsFreak > > > <obsessivemathsfr...@gmail.com> wrote: > > > 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) > > > > 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. > > > Are you thinking of doing a contour plot? I think it would be hard to > > see the colors and discern them if you just filled up a box with > > different-colored pixels. > > > There are coordinate transformations and plots, I believe - > > seehttp://www.sagemath.org/doc/reference/sage/plot/plot3d/plot3d.htmlfor > > many examples, search for 'transformation=' > > > - kcrisman -- 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