Re: [Matplotlib-users] plot3D in subplot

2008-05-24 Thread Bing
Hi John, Thanks for the hint. I am able to pass the rect returned by Subplot.get_position(). Bing On Sat, May 24, 2008 at 9:27 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On Sat, May 24, 2008 at 4:08 PM, Bing <[EMAIL PROTECTED]> wrote: > > Hello, > >Could anyone tell me how to use plot3

Re: [Matplotlib-users] plot3D in subplot

2008-05-24 Thread John Hunter
On Sat, May 24, 2008 at 4:08 PM, Bing <[EMAIL PROTECTED]> wrote: > Hello, >Could anyone tell me how to use plot3D in a subplot? > I looked at the examples at > http://www.scipy.org/Cookbook/Matplotlib/mplot3D > But seems to me that matplotlib.axes3d.Axes3D can > be only constructed from a Fig

[Matplotlib-users] plot3D in subplot

2008-05-24 Thread Bing
Hello, Could anyone tell me how to use plot3D in a subplot? I looked at the examples at http://www.scipy.org/Cookbook/Matplotlib/mplot3D But seems to me that matplotlib.axes3d.Axes3D can be only constructed from a Figure instance but not from a Subplot instance. Thanks, Bing -

Re: [Matplotlib-users] segfault using cx-freeze or bbfreeze with matplotlib TkAgg backend on ubuntu 8.04

2008-05-24 Thread Jonathan Wright
Mike, That fixes things for me - many thanks. Unrelated, but to build from SVN I had to go diving in setupext.py to say that the tk include files are in: /usr/include/tcl8.4 ... while the tcl install home is /usr/share/tcltk. The command "locate tk.h" was particularly useful. Many thanks agai

[Matplotlib-users] matploblib communication problem, graphics question

2008-05-24 Thread Wolfgang Lipp
matploblib communication problem, graphics question == i've had a hard time today to drill down on some infos about matplotlib of http://matplotlib.sourceforge.net/. this is an sf.net-managed project, its mailing lists are managed by gnu mailman in a pre-19

Re: [Matplotlib-users] How is the size value used to generate symbols?

2008-05-24 Thread Neil Crighton
Thanks! I also found the description under the class RegularPolyCollection in collections.py: * sizes gives the area of the circle circumscribing the regular polygon in points^2 Neil Manuel wrote: > Hi Neil, > > good eyes ;-) Have a look at the scatter documentation: > > "s is a size in points^

Re: [Matplotlib-users] choose line color with plot?

2008-05-24 Thread Eric Firing
I added a function and a method to control the color cycle. See examples/api/color_cycle.py, and r5250. Eric Eric Firing wrote: > John Hunter wrote: >> On Mon, May 19, 2008 at 8:38 AM, Zoho Vignochi <[EMAIL PROTECTED]> wrote: >>> Hello: >>> >>> I want to plot a variable number of lines but I wo