mpl_toolkits.axes_grid1.axes_rgb.
RGBAxesBase
(*kl, **kwargs)[source]¶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: |
|