Class: ScatterPlot
- Inherits:
-
Object
- Object
- ScatterPlot
- Defined in:
- lib/rubyplots/scatterplot.rb
Instance Method Summary collapse
-
#initialize(dataFile, latexFile) ⇒ ScatterPlot
constructor
A new instance of ScatterPlot.
Constructor Details
#initialize(dataFile, latexFile) ⇒ ScatterPlot
Returns a new instance of ScatterPlot.
13 14 15 |
# File 'lib/rubyplots/scatterplot.rb', line 13 def initialize(dataFile, latexFile) writeScatterPlot(dataFile, latexFile) end |