module Cryplot::ShowMixin(T)
Overview
mixin used to attach visibility options to a type
Included Modules
Direct including types
Defined in:
plot/elems/show.crInstance Method Summary
-
#hidden? : Bool
Return true if the underlying plot element is hidden
-
#hide
Set the visibility status of the plot element as hidden
-
#show(value = true)
Set the visibility status of the plot element
- #show_repr