# File app/models/certif_format_line.rb, line 40
  def human_x_pos
    '%.2f' % points_to_human(x_pos) unless x_pos.nil?
  end