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 xtick
3D plotting in mpl is unmaintained, so I don't recommend relying on it
unless you can bring it up to date and maintain it.
After committing a bugfix to svn, the following works with svn mpl and
does something like what you want (but might not work with whatever
version of mpl you are using.)
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 c
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. Howeve
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