[sage-support] Re: a question about the plotting in sage

2009-07-03 Thread Ahmed Fasih
If you can give a minimal example generating X, Y, and Stress_Z in Sage or Numpy, we'll be in a better position to reproduce the Matlab output. Also, check these fine 3d plotting examples for Matplotlib: http://www.scipy.org/Cookbook/Matplotlib/mplot3D all the examples will work in Sage since sag

[sage-support] Re: a question about the plotting in sage

2009-07-03 Thread wxuyec
As you said, I read the help about the list_plot3d. It seems to be but not exactly what I want. I want the value of the variable to be draw by different colors, which the list_plot3d can't do. So can you give another favor? Thanks! On 7月3日, 下午6时26分, David Joyner wrote: > Maybe list_plot3d is

[sage-support] Re: a question about the plotting in sage

2009-07-03 Thread David Joyner
Maybe list_plot3d is what you want? Type "list_plot3d?" (without the quotes) at the prompt to see examples. On Fri, Jul 3, 2009 at 6:03 AM, wxuyec wrote: > > I have some data from finite element calculating. I record > the value of a variable at every node of each element. > and I had plotted in