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
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
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
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
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
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
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
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
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
-
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
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
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
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
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
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
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
16 matches
Mail list logo