pyvista.plotting.mapper._BaseMapper#

class _BaseMapper(*args, **kwargs)[source]#

Base Mapper with methods common to other mappers.

Methods

_BaseMapper.copy()

Create a copy of this mapper.

_BaseMapper.update()

Update this mapper.

Attributes

_BaseMapper.array_name

Return or set the array name or number and component to color by.

_BaseMapper.bounds

Return the bounds of this mapper.

_BaseMapper.color_mode

Return or set the color mode.

_BaseMapper.interpolate_before_map

Return or set the interpolation of scalars before mapping.

_BaseMapper.lookup_table

Return or set the lookup table.

_BaseMapper.scalar_map_mode

Return or set the scalar map mode.

_BaseMapper.scalar_range

Return or set the scalar range.

_BaseMapper.scalar_visibility

Return or set the scalar visibility.