module

Cryplot::TitleMixin(T)

Inherits Cryplot::BaseMixin

mixin used to attach title options to a type

Instance methods

title(text : String)

Set the text of the title.

Source
title_font_name(name : String)

Set the font name of the title text (e.g., Helvetica, Georgia, Times).

Source
title_font_size(size : Int32)

Set the font point size of the title text (e.g., 10, 12, 16).

Source
title_repr
Source
title_shift_along_graph_x(val : Number)

Shift the title element along the x direction within the graph coordinate system.

Source
title_shift_along_graph_y(val : Number)

Shift the title element along the y direction within the graph coordinate system.

Source
title_shift_along_screen_x(val : Number)

Shift the title element along the x direction within the screen coordinate system.

Source
title_shift_along_screen_y(val : Number)

Shift the title element along the y direction within the screen coordinate system.

Source
title_shift_along_x(val : Number)

Shift the title element along the x direction by given number of characters (can be fraction).

Source
title_shift_along_y(val : Number)

Shift the title element along the y direction by given number of characters (can be fraction).

Source
title_text_color(color : String)

Set the color of the title text (e.g., "blue", "#404040")

Source