module NumPlot

A module wrapping gnuplot {www.gnuplot.info/}.

Public Class Methods

ET(text) click to toggle source

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

@return [EnhancedText] @param text an text handled by “enhanced text mode”

# File lib/numplot.rb, line 768
def ET(text)
  EnhancedText.new(text)
end

Private Instance Methods

ET(text) click to toggle source

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

@return [EnhancedText] @param text an text handled by “enhanced text mode”

# File lib/numplot.rb, line 768
def ET(text)
  EnhancedText.new(text)
end