mpl_toolkits.axes_grid1.axes_rgb.RGBAxesBase¶
-
class
mpl_toolkits.axes_grid1.axes_rgb.
RGBAxesBase
(*args, pad=0, add_all=<deprecated parameter>, **kwargs)[source]¶ Bases:
mpl_toolkits.axes_grid1.axes_rgb.RGBAxes
[Deprecated]
Notes
Deprecated since version 3.3:
Parameters: - padfloat, default: 0
fraction of the axes height to put as padding.
- add_allbool, default: True
Whether to add the {rgb, r, g, b} axes to the figure. This parameter is deprecated.
- axes_classmatplotlib.axes.Axes
- *args
Unpacked into axes_class() init for RGB
- **kwargs
Unpacked into axes_class() init for RGB, R, G, B axes
-
__init__
(self, *args, pad=0, add_all=<deprecated parameter>, **kwargs)¶ Parameters: - padfloat, default: 0
fraction of the axes height to put as padding.
- add_allbool, default: True
Whether to add the {rgb, r, g, b} axes to the figure. This parameter is deprecated.
- axes_classmatplotlib.axes.Axes
- *args
Unpacked into axes_class() init for RGB
- **kwargs
Unpacked into axes_class() init for RGB, R, G, B axes
-
__module__
= 'mpl_toolkits.axes_grid1.axes_rgb'¶