module

Cryplot::TextMixin(T)

Inherits Cryplot::FontMixin / Cryplot::BaseMixin

mixin used to attach text options to a type

Instance methods

enhanced(value : Bool) : T

set the enhanced mode of the text The enhanced text mode allows superscript text to be represented as a^x, subscript text with a_x, and combined sperscript and subscript text with a@^b_{cd}. For more details, read "Enhanced text mode" section of the Gnuplot manual.

Source
text_color(color : String) : T

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

Source
text_repr

convert this object into a gnuplot formatted string

Source