module

Cryplot::ShowMixin(T)

Inherits Cryplot::BaseMixin

mixin used to attach visibility options to a type

Instance methods

hidden?

Return true if the underlying plot element is hidden

Source
hide

Set the visibility status of the plot element as hidden

Source
show(value = true)

Set the visibility status of the plot element

Source
show_repr
Source