Skip to content

ImageBase

Inherits from (Artist, ScalarMappable)

Wrapper for Matplotlib.image._ImageBase

Properties

x (Array/List)

summary.The default is [].
Python methods:

Name Parameters Return Type
get_x() - Array/List
set_x() x : Array/List None

interpolation (String)

The default is antialiased.
Python methods:

Name Parameters Return Type
get_interpolation() - String
set_interpolation() interpolation : String None

origin (String)

The default is lower.
Python methods:

Name Parameters Return Type
get_origin() - String
set_origin() origin : String None

resample (Bool)

The default is False.
Python methods:

Name Parameters Return Type
get_resample() - Bool
set_resample() resample : Bool None

filternorm (Bool)

The default is True.
Python methods:

Name Parameters Return Type
get_filternorm() - Bool
set_filternorm() filternorm: Bool None

filterrad (Float)

The default is 4.0.
Python methods:

Name Parameters Return Type
get_filternorm() - Float
set_filternorm() filterrad : Float None

visible (Bool)

Whether the object is drawn on the Axes or not The default is True.
Python methods:

Name Parameters Return Type
get_visible() - Bool
set_visible() visible : Bool None

alpha (Float)

The opacity/transparency value of the Artist, This must be a value between 0 and 1. The default is None.
Python methods:

Name Parameters Return Type
get_alpha() - Float
set_alpha() alpha : Float None

label(String)

The label displayed in the legend of the plot. The default is None.
Python methods:

Name Parameters Return Type
get_label() - String
set_label() label : String None

zOrder(Integer)

Position on the z-axis of the Artist in the drawing hierarchy. Higher means further in the front. The default is 0.
Python methods:

Name Parameters Return Type
get_zorder() - Integer
set_zorder() label : Integer None

cMap (String)

The colormap of the ScalarMappable. Can b one of the Matplotlib Colormaps. The default is viridis.
Python methods:

Name Parameters Return Type
get_cmap() - String
set_cmap() x : String None

vMin (Float)

The minimum value of of the colorscale for the colormap. By default the minimum of the data is used. The default is None.
Python methods:

Name Parameters Return Type
get_vmin() - String
set_vmin() x : String None

vMax (Float)

The maximum value of of the colorscale for the colormap. By default the maximum of the data is used. The default is None.
Python methods:

Name Parameters Return Type
get_vmax() - String
set_vmax() x : String None

colorbar (Colorbar)

A Colorbar Component. The default is None.
Python methods:

Name Parameters Return Type
get_colorbar() - Colorbar
set_colorbar() colorbar : Colorbar None