Re: [Matplotlib-users] Building matplotlib on Mac OS X 10.5.2

2008-04-08 Thread Joshua Lippai
Perfect, this works like a charm. And if so desired, this could also be done without changing the symlink by just changing the Python Makefile to use gcc-4.2 and g++-4.2. Thanks! Josh On Tue, Apr 8, 2008 at 3:11 PM, Jeff Whitaker <[EMAIL PROTECTED]> wrote: > Joshua Lippai wrote: > > > Also, I ass

Re: [Matplotlib-users] Building matplotlib on Mac OS X 10.5.2

2008-04-08 Thread Jeff Whitaker
Joshua Lippai wrote: > Also, I assume I should also take out the no-cpp-precomp flag since > that doesn't work with GCC 4.2 either? Or does it not matter? > Josh: Apparently it just ignores that flag. > Josh > > On Tue, Apr 8, 2008 at 1:57 PM, Joshua Lippai <[EMAIL PROTECTED]> wrote: > >> T

Re: [Matplotlib-users] Building matplotlib on Mac OS X 10.5.2

2008-04-08 Thread Joshua Lippai
Also, I assume I should also take out the no-cpp-precomp flag since that doesn't work with GCC 4.2 either? Or does it not matter? Josh On Tue, Apr 8, 2008 at 1:57 PM, Joshua Lippai <[EMAIL PROTECTED]> wrote: > Thanks, Jeff. But is there a downside to removing the Wno-long-double > flag I should

Re: [Matplotlib-users] Building matplotlib on Mac OS X 10.5.2

2008-04-08 Thread Joshua Lippai
Thanks, Jeff. But is there a downside to removing the Wno-long-double flag I should know about? Josh On Tue, Apr 8, 2008 at 9:06 AM, Jeff Whitaker <[EMAIL PROTECTED]> wrote: > > Joshua Lippai wrote: > > > Hello all, > > > > I'v been trying to get the same python module setup in 10.5 qorking > > t

Re: [Matplotlib-users] contour plot axis labels

2008-04-08 Thread Jochen Küpper
On 08.04.2008, at 19:51, Manuel Metz wrote: > Jochen Küpper wrote: >> >> matplotlib creates a contour plot with an x-axes labels of >> "0.324", ... and adds a "+1" in the lower right corner. >> Actually, it is often not visible at all. >> How can I set it to always use the "correct" values

Re: [Matplotlib-users] Fwd: speed of clearing and creating a new array

2008-04-08 Thread Eric Firing
Alan G Isaac wrote: > On Tuesday 08 April 2008 10:46:32 am Bryan Fodness wrote: >> I am starting with a zero array, populate it according to >> some condition, save the graph > > I am going to need something along this line pretty soon. > What is the difference between matshow and pcolormesh for

Re: [Matplotlib-users] contour plot axis labels

2008-04-08 Thread Manuel Metz
Jochen Küpper wrote: > Hi, > > when I create a contour plot with the following grid: >xval = [ 1.3324, 1.9971, 1.00016618] >yval = [250, 260, 270] >data = ones((3,3)) >contourf(xval, yval, data) > > matplotlib creates a contour plot with an x-axes labels of > "0.32

Re: [Matplotlib-users] Fwd: speed of clearing and creating a new array

2008-04-08 Thread Pierre GM
On Tuesday 08 April 2008 10:46:32 Bryan Fodness wrote: > I am starting with a zero array, populate it according to some > condition, save the graph, and then reset the array to zero. Can > someone tell me if there is a better (faster) way to do this? My 2c: * Use inplace addition to save some s

[Matplotlib-users] multicolor concatenated text.

2008-04-08 Thread Olivier De Wolf
Hi, I would like to add a Text that has three colors, "bbb, , " where is in blue, is in green and in red. I am able to create three texts but how can I have them position 'side by side'? Thanks, Olivier -

[Matplotlib-users] saving from GUI versus savefig, rc figure.facecolor, figure.edgecolor

2008-04-08 Thread Matt McCormick
Hi, Trying to save a figure with a black figure.facecolor, black figure.edgecolor. If I savefig(), it follows the rc file settings, but if save from the button in the GUI, I get a white figure.facecolor and figure.edgecolor. I tried changing the GUI backends to no avail. Currently using Qt4A

[Matplotlib-users] contour plot axis labels

2008-04-08 Thread Jochen Küpper
Hi, when I create a contour plot with the following grid: xval = [ 1.3324, 1.9971, 1.00016618] yval = [250, 260, 270] data = ones((3,3)) contourf(xval, yval, data) matplotlib creates a contour plot with an x-axes labels of "0.324", ... and adds a "+1" in the lower righ

Re: [Matplotlib-users] Fwd: speed of clearing and creatin g a new array

2008-04-08 Thread Alan G Isaac
On Tuesday 08 April 2008 10:46:32 am Bryan Fodness wrote: > I am starting with a zero array, populate it according to > some condition, save the graph I am going to need something along this line pretty soon. What is the difference between matshow and pcolormesh for this? (Besides the aspect rat

Re: [Matplotlib-users] Building matplotlib on Mac OS X 10.5.2

2008-04-08 Thread Jeff Whitaker
Joshua Lippai wrote: > Hello all, > > I'v been trying to get the same python module setup in 10.5 qorking > that I had going in 10.4, and so far I've been unable to install > matplotlib from svn on my own. I've managed to use an installer > (easy_install I think...) in the mean time, but I'd really

Re: [Matplotlib-users] Fwd: speed of clearing and creating a new array

2008-04-08 Thread Darren Dale
On Tuesday 08 April 2008 10:46:32 am Bryan Fodness wrote: > I am starting with a zero array, populate it according to some > condition, save the graph, and then reset the array to zero. Can > someone tell me if there is a better (faster) way to do this? You might ask at the numpy mailing list, bu

[Matplotlib-users] Fwd: speed of clearing and creating a new array

2008-04-08 Thread Bryan Fodness
I am starting with a zero array, populate it according to some condition, save the graph, and then reset the array to zero. Can someone tell me if there is a better (faster) way to do this? Or am I just doing that much, and that is how long it will take? I have a couple hundred graphs that I am

[Matplotlib-users] Building matplotlib on Mac OS X 10.5.2

2008-04-08 Thread Joshua Lippai
Hello all, I'v been trying to get the same python module setup in 10.5 qorking that I had going in 10.4, and so far I've been unable to install matplotlib from svn on my own. I've managed to use an installer (easy_install I think...) in the mean time, but I'd really like to be able to keep more up