# File lib/bio/graphics/page.rb, line 264
      def draw_histogram(args)
        Glyph.generic(args).each { |g| @svg.add_primitive(g) }
      end