jurgenfd

Show:

What's happening?

  • Comment: Unexpected default alpha in ColorMap for under

    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

  • Unexpected default alpha in ColorMap for under

    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

About Me

  • 2005-11-16 (4 years ago)
  • 1380111
  • jurgenfd (My Site)
  • jurgenfd

Send me a message