# File lib/scruffy/layers/base.rb, line 108
    def bottom_value
      @relevant_data ? points.sort.first: nil
    end