Reference for *Visual classes
This is a section dedicated to the classes that are derived from mplot::VisualModel and can therefore be included as objects within the scene of a mplot::Visual.
These classes are all called mplot::SomethingVisual, where the Something refers to the nature of the objects that will be visualized. For example, mplot::QuiverVisual allows you to visualize vector fields as quiver plots and mplot::GridVisual is used to visualize data that is arranged on a grid.