Re: [Matplotlib-users] 3d plotting question

2007-04-11 Thread belinda thom
> Hi Belinda, > > I've been playing with 3D plots and scatter plots in the past few days > and I've been able to get them working. You should be able to pass in > a c= parameter as you would for a normal 2d scatter plot. I've > been doing this and it's working for me. Interesting. I'm on Mac OS X

Re: [Matplotlib-users] 3d plotting question

2007-04-11 Thread belinda thom
Thanks for the input. Its easy for me to patch my own machine, but for students in my class who are using lab machines, its more difficult. Hopefully I can get someone to upgrade the machines in the lab I'm using. (Its difficult to get facilities people to agree to update coursework installs

Re: [Matplotlib-users] 3d plotting question

2007-04-11 Thread belinda thom
I also seem to have some other 3D plotting problems. Again, following some of the demo/test advice in the cookbook, I tried things like import pylab as p import matplotlib.axes3d as P3 P3.test_surface() and get errors (seems Axes3D needs a figure, no?). I'm using matplotlib version 0.

[Matplotlib-users] 3d plotting question

2007-04-11 Thread belinda thom
Hi, I'm having problems plotting two different kind of graphs on the same 3D figure. Was hoping for some pointers. Here's some basic test code, to demonstrate what I'd like to be able to do. import copy import pylab as P import matplotlib.axes3d as P3 def test() : [X,Y] = P.