class Gnuplot::DataSet

Public Class Methods

from_file(file, using: [1, 2], &block) click to toggle source
# File lib/benchcc/ext/gnuplot.rb, line 5
def self.from_file(file, using: [1, 2], &block)
  self.new("\"#{file}\" using #{using.join(':')}", &block)
end