classes - almarklein/visvis GitHub Wiki
(Visvis version 1.9.4)
Visvis knows two kinds of visualization objects:
wibjects (widget objects) which have a position in screen coordinates,
and wobjects (world objects) which reside in a scene represented by an
Axes
object.
Most of the time, the wobjects represent the stuff we want to visualize,
and wibjects help doing that. Both the Wibject
and Wobject
class
inherit from visvis.BaseObject
.