Module: NumPlot

Defined in:
lib/numplot.rb,
lib/numplot/option.rb

Overview

A module wrapping gnuplot http://www.gnuplot.info/.

Defined Under Namespace

Classes: Dataset, EnhancedText, Font, Plotter, Process, RGB

Class Method Summary (collapse)

Class Method Details

+ (EnhancedText) ET(text)

Mark a text as “enhanced text” in enhanced text mode

Parameters:

  • text (String)

    an text handled by “enhanced text mode”

Returns:



768
769
770
# File 'lib/numplot.rb', line 768

def ET(text)
  EnhancedText.new(text)
end