Cryplot::TextMixin(T)
Inherits Cryplot::FontMixin / Cryplot::BaseMixin
mixin used to attach text options to a type
Instance methods
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.