module Cryplot::ShowMixin(T)

Overview

mixin used to attach visibility options to a type

Included Modules

Direct including types

Defined in:

plot/elems/show.cr

Instance Method Summary

Instance methods inherited from module Cryplot::BaseMixin(T)

derived : T derived, repr : String repr, to_s(io : IO) : Nil to_s

Instance Method Detail

def hidden? : Bool #

Return true if the underlying plot element is hidden


[View source]
def hide #

Set the visibility status of the plot element as hidden


[View source]
def show(value = true) #

Set the visibility status of the plot element


[View source]
def show_repr #

[View source]