Method: PlotData#add_general_data

Defined in:
lib/shunkuntype/plot_data.rb

#add_general_data(file, x_col, y_col) ⇒ Object



27
28
29
# File 'lib/shunkuntype/plot_data.rb', line 27

def add_general_data(file, x_col, y_col)
  read_general_data(file, x_col, y_col)
end