# File lib/scruffy/renderers/base.rb, line 80
      def hide_labels
        labels.each { |label| label.visible = false }
      end