cls_Colorbar - almarklein/visvis GitHub Wiki
Inherits from Box.
This wibject displays the colormap applied to a certain mapable. It should be attached to an Axes or Figure. The displayed colormap is that of the last added (or last added in the last axes) mapable object.
A Colorbar can be created with the function vv.colorbar().
The Colorbar class implements the following properties:
label
The Colorbar class implements the following methods:
SetLabel
Get the label instance for this colorbar.
A convenience function to set the label text.