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)
-
+ (EnhancedText) ET(text)
Mark a text as “enhanced text” in enhanced text mode.
Class Method Details
+ (EnhancedText) ET(text)
Mark a text as “enhanced text” in enhanced text mode
768 769 770 |
# File 'lib/numplot.rb', line 768 def ET(text) EnhancedText.new(text) end |