# File app/models/certif_format_line.rb, line 48
  def human_y_pos
    '%.2f' % points_to_human(y_pos) unless y_pos.nil?
  end