-
It looks like it was a chance in going from 0.98.5.3_0 to my current version 0.99.1.1_0.
The output for 0.98.5.3_0 is:
Python 2.5.4 (r254:67916, Jul 2 2009, 10:20:30)
[GCC 4.0.1 (Apple Inc. build 5484)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from pylab import * #@UnusedWildImport
>>>
>>> palette = cm.gray
>>> palette.set_under(color = 'r'...
2009-11-05 09:46:40 UTC in matplotlib
-
from pylab import * #@UnusedWildImport
palette = cm.gray
palette.set_under(color = 'r', alpha = 0.0 )
print palette([-1, # under: red but with alpha zero.
0, # black with alpha 1
0.5, # grey with alpha 1
1, # white with alpha 1
],
# alpha=0
)
I expected:
[[ 1. 0.
2009-11-04 15:29:34 UTC in matplotlib
-
Fabio, I am on 1.4.2 and still see this issue. Did you commit your fix?.
2009-02-04 13:04:25 UTC in Pydev for Eclipse
-
The previously suggested at:
http://renderfast.com/2008/09/26/java-for-mac-update-2-leaves-some-java-apps-broken/
might be worth repeating here as it's updated and very simpl.
The below does overwrite the symbolic link! Which is exactly what seemed to be needed in my case.
cp /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub...
2008-11-11 13:47:34 UTC in jEdit
-
Just dragged the files to the features and plugin dirs respectively.
2008-07-11 14:55:07 UTC in ShellEd
-
Version 1.0.2 works fine with my eclipse 3.4 ganymede.
2008-07-11 07:25:03 UTC in ShellEd
-
Just a test to see if functionality continues after having marked the project as abandoned.
2008-05-15 12:10:41 UTC in CING
-
jurgenfd committed patchset 32 of module Wattos to the Wattos CVS repository, changing 2 files.
2008-05-15 11:55:58 UTC in Wattos
-
jurgenfd committed patchset 132 of module cing to the CING CVS repository, changing 1 files.
2008-05-09 13:08:37 UTC in CING
-
jurgenfd committed revision 134 to the CING SVN repository, changing 1 files.
2008-05-09 13:08:37 UTC in CING