[Matplotlib-users] 3D plotting?

2007-08-10 Thread william ratcliff
Is there a way to choose the color map for doing scatter plots using Axes3D? In the test_scatter() example in the class, there is a line something like: ax.scatter3D(xs,ys,zs, c='r') I would like to plot points based on 3 dimensional coordinates specified by xs,ys, zs, which works great.

Re: [Matplotlib-users] 3D plotting?

2007-08-10 Thread Matthieu Brucher
2007/8/10, william ratcliff [EMAIL PROTECTED]: so it would be something like: c=numpy.array([[1,2,3],[0,0,4],[0,2,4]]), where the values in the array go from 0-255 and denote r,g,b values? Thanks! I use floatting point values, don't know if integers work. I thing that colormap could be

[Matplotlib-users] sync x axes on top and bottom

2007-08-10 Thread N G
Hi, I have created a plot where I have time in minutes at the bottom x-axis. I have another axis with clock-time (hh:mm) at the top x-axis. I use SpanSelector to zoom in the x-axis only. Whenever I zoom in or zoom out on the minute axis I would like to sync the hh:mm axis as well. I used

[Matplotlib-users] pylib BaseHTTPRequestHandler

2007-08-10 Thread Alex Davies
Hi Everyone, I am trying to find a way of producing a graph in pylib and then returning it as a graphic via a simple BaseHTTPRequestHandler webserver. I don't appear to be able to find any documentation on this, although I am sure it must be possible to achieve this! I know that I can produce a