delCmapLegendActor()

Remove the color map legend from the scene graph.

Usage

vis.delCmapLegendActor( cmapActor )

Parameters

cmapActor (object)
The cmap actor which should be removed.

Return Value

None

Errors

cmapActor must exist.

Description

This routine removes the color map legend actor from the scene graph. For example
vis.delCmapLegendActor( cmapActor )
,