module

Cryplot::DepthMixin(T)

Inherits Cryplot::BaseMixin

mixin used to attach depth options to a type

Instance methods

back

Set the underlying plot element to be displayed on the back of all plot elements.

Source
behind

Set the underlying plot element to be displayed behind of all plot elements. In 2D plots, this method is identical to @ref front. In 3D plots, this method is applicable when in hidden mode.

Source
depth_repr
Source
front

Set the underlying plot element to be displayed on the front of all plot elements.

Source