| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
|
PixelMap2D PixelMap2D: Used to display 2D representations of 2D Numeric arrays of data, colored by magnitude. |
||
|
|||
|
r = Numeric.array(range(10000))
|
||
|
rw_w = PixelMap2D(r [:])
|
||
|
rw_half_w = PixelMap2D(Numeric.array(r [:]) [:], maxi= 5000.)
|
||
|
rwb_w = PixelMap2D(r [:], ramp= RedWhiteBlueRamp())
|
||
|
s_r = Numeric.array(Numeric.swapaxes(r [:], 0, 1))
|
||
|
s_r_w = PixelMap2D(s_r, ramp= RedWhiteBlueRamp())
|
||
|
rwb_half_w = PixelMap2D(Numeric.array(r [:]) [:], maxi= 5000., ra...
|
||
|
|||
rNone
|
rw_wNone
|
rw_half_wNone
|
rwb_wNone
|
s_rNone
|
s_r_wNone
|
rwb_half_wNone
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Fri Nov 2 14:16:56 2007 | http://epydoc.sourceforge.net |