Class: ScatterPlot

Inherits:
Object
  • Object
show all
Defined in:
lib/rubyplots/scatterplot.rb

Instance Method Summary collapse

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