# File lib/gruff/line.rb, line 309
  def get_x_coord(x_data_point, width, offset)
    x_data_point * width + offset
  end