mpl_toolkits.axes_grid1.axes_rgb.RGBAxesBase(*args, pad=0, add_all=True, **kwargs)[source]¶Bases: object
base class for a 4-panel imshow (RGB, R, G, B)
Layout: +---------------+-----+ | | R | + +-----+ | RGB | G | + +-----+ | | B | +---------------+-----+
| Attributes: |
|
|---|
| Parameters: |
|
|---|
imshow_rgb(r, g, b, **kwargs)[source]¶Create the four images {rgb, r, g, b}
| Parameters: |
|
|---|---|
| Returns: |
|